Skip to content

Commit 72fa019

Browse files
committed
MAN?PREFIX: eleminate its usage and move man to share/man
1 parent 2ed094a commit 72fa019

File tree

64 files changed

+159
-136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+159
-136
lines changed

‎sysutils/xxd/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ VIM_DISTVERSION!= ${BSDMAKE} -f ${VIM_PORT}/Makefile -V DISTVERSION
3737

3838
do-install:
3939
${INSTALL_PROGRAM} ${WRKSRC}/xxd ${STAGEDIR}${PREFIX}/bin
40-
${INSTALL_MAN} ${WRKDOCS}/xxd.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1
40+
${INSTALL_MAN} ${WRKDOCS}/xxd.1 ${STAGEDIR}${PREFIX}/share/man/man1
4141

4242
.include <bsd.port.post.mk>

‎textproc/bat/Makefile‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PORTNAME= bat
22
DISTVERSIONPREFIX= v
33
DISTVERSION= 0.23.0
4-
PORTREVISION= 9
4+
PORTREVISION= 10
55
CATEGORIES= textproc
66

77
MAINTAINER= pizzamig@FreeBSD.org
@@ -20,7 +20,7 @@ GH_ACCOUNT= sharkdp
2020

2121
PLIST_FILES= bin/bat \
2222
share/zsh/site-functions/_bat \
23-
man/man1/bat.1.gz
23+
share/man/man1/bat.1.gz
2424

2525
CARGO_CRATES= adler-1.0.2 \
2626
aho-corasick-0.7.19 \
@@ -190,7 +190,7 @@ post-install:
190190
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bat
191191
${FIND} ${WRKDIR}/target -name "bat.1" -exec ${CP} {} ${WRKSRC}/doc/bat.1 \;
192192
${FIND} ${WRKDIR}/target -name "bat.zsh" -exec ${CP} {} ${WRKSRC}/doc/bat.zsh \;
193-
${INSTALL_MAN} ${WRKSRC}/doc/bat.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
193+
${INSTALL_MAN} ${WRKSRC}/doc/bat.1 ${STAGEDIR}${PREFIX}/share/man/man1
194194
${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions
195195
${INSTALL_DATA} ${WRKSRC}/doc/bat.zsh ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_bat
196196

‎textproc/bsd-spell/Makefile‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PORTNAME= bsd-spell
2-
PORTREVISION= 1
2+
PORTREVISION= 2
33
DISTVERSIONPREFIX= v
44
DISTVERSION= 1.0.1
55
CATEGORIES= textproc
@@ -26,7 +26,7 @@ do-install:
2626
${INSTALL_DATA} ${WRKSRC}/usr.bin/spell/special.math ${STAGEDIR}${PREFIX}/share/dict
2727
${INSTALL_DATA} ${WRKSRC}/usr.bin/spell/stop ${STAGEDIR}${PREFIX}/share/dict
2828

29-
${INSTALL_MAN} ${WRKSRC}/usr.bin/spell/spell.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1
30-
${INSTALL_MAN} ${WRKSRC}/usr.bin/deroff/deroff.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1
29+
${INSTALL_MAN} ${WRKSRC}/usr.bin/spell/spell.1.gz ${STAGEDIR}${PREFIX}/share/man/man1
30+
${INSTALL_MAN} ${WRKSRC}/usr.bin/deroff/deroff.1.gz ${STAGEDIR}${PREFIX}/share/man/man1
3131

3232
.include <bsd.port.mk>

‎textproc/bsd-spell/pkg-plist‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
libexec/spellprog
22
bin/bspell
33
bin/deroff
4-
man/man1/spell.1.gz
5-
man/man1/deroff.1.gz
4+
share/man/man1/spell.1.gz
5+
share/man/man1/deroff.1.gz
66
share/dict/american
77
share/dict/british
88
share/dict/special.4bsd

‎textproc/colordiff/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ post-patch:
2222

2323
do-install:
2424
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
25-
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
25+
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
2626
${INSTALL_DATA} ${WRKSRC}/colordiffrc ${STAGEDIR}${PREFIX}/etc/colordiffrc.sample
2727

2828
.include <bsd.port.mk>

‎textproc/colordiff/pkg-plist‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
bin/colordiff
2-
man/man1/colordiff.1.gz
2+
share/man/man1/colordiff.1.gz
33
@sample etc/colordiffrc.sample

‎textproc/diffstat/Makefile‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
PORTNAME= diffstat
22
PORTVERSION= 1.65
3+
PORTREVISION= 1
34
CATEGORIES= textproc devel
45
MASTER_SITES= https://invisible-mirror.net/archives/${PORTNAME}/ \
56
ftp://ftp.invisible-island.net/${PORTNAME}/
@@ -15,10 +16,10 @@ USES= tar:tgz
1516
GNU_CONFIGURE= yes
1617
MAKEFILE= makefile
1718

18-
PLIST_FILES= bin/diffstat man/man1/diffstat.1.gz
19+
PLIST_FILES= bin/diffstat share/man/man1/diffstat.1.gz
1920

2021
do-install:
2122
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
22-
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
23+
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
2324

2425
.include <bsd.port.mk>

‎textproc/fldiff/Makefile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PORTNAME= fldiff
22
PORTVERSION= 1.1
3-
PORTREVISION= 11
3+
PORTREVISION= 12
44
CATEGORIES= textproc
55
MASTER_SITES= LOCAL/ehaupt
66
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
@@ -32,7 +32,7 @@ post-patch:
3232

3333
do-install:
3434
${INSTALL_PROGRAM} ${WRKSRC}/fldiff ${STAGEDIR}${PREFIX}/bin
35-
${INSTALL_MAN} ${WRKSRC}/fldiff.man ${STAGEDIR}${MAN1PREFIX}/man/man1/fldiff.1
35+
${INSTALL_MAN} ${WRKSRC}/fldiff.man ${STAGEDIR}${PREFIX}/share/man/man1/fldiff.1
3636
${INSTALL_DATA} ${WRKSRC}/fldiff.desktop ${STAGEDIR}${PREFIX}/share/applications
3737
${INSTALL_DATA} ${WRKSRC}/fldiff.png ${STAGEDIR}${PREFIX}/share/pixmaps
3838
@${MKDIR} ${STAGEDIR}${DOCSDIR}

‎textproc/fldiff/pkg-plist‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
bin/fldiff
2-
man/man1/fldiff.1.gz
2+
share/man/man1/fldiff.1.gz
33
share/applications/fldiff.desktop
44
share/pixmaps/fldiff.png

‎textproc/grap/Makefile‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
PORTNAME= grap
22
PORTVERSION= 1.46
3+
PORTREVISION= 1
34
CATEGORIES= textproc graphics
45
MASTER_SITES= http://www.lunabase.org/~faber/Vault/software/grap/
56

@@ -20,7 +21,7 @@ PORTEXAMPLES= *
2021
do-install:
2122
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
2223
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.doc \
23-
${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1
24+
${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1
2425
@${MKDIR} ${STAGEDIR}${DATADIR}
2526
${INSTALL_DATA} ${WRKSRC}/grap.defines ${WRKSRC}/grap.tex.defines \
2627
${STAGEDIR}${DATADIR}

0 commit comments

Comments
 (0)