aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-09 13:27:13 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-09 13:27:13 +0000
commitcb347ec6664d868cc62b050f827927963f2809cf (patch)
treebcfdb2ee4f0b487df1e993904099e3fe02ebb68e
parentc2a20805612221effcd7a6626ccab875c924949b (diff)
downloadports-cb347ec6664d868cc62b050f827927963f2809cf.tar.gz
ports-cb347ec6664d868cc62b050f827927963f2809cf.zip
MAN[4-8]PREFIX: eleminate its usage and move man to share/man
-rw-r--r--comms/ser2net/Makefile5
-rw-r--r--dns/dnrd/Makefile4
-rw-r--r--dns/dnrd/pkg-plist2
-rw-r--r--games/3dpong/Makefile4
-rw-r--r--games/3dpong/pkg-plist2
-rw-r--r--games/battalion/Makefile6
-rw-r--r--games/biorythm/Makefile5
-rw-r--r--games/block/Makefile5
-rw-r--r--games/block/pkg-plist4
-rw-r--r--games/blockrage/Makefile4
-rw-r--r--games/blockrage/pkg-plist2
-rw-r--r--games/bluemoon/Makefile5
-rw-r--r--games/dungeoncrawl/Makefile5
-rw-r--r--games/ensemblist/Makefile6
-rw-r--r--games/greed/Makefile3
-rw-r--r--games/greed/pkg-plist2
-rw-r--r--games/holotz-castle/Makefile4
-rw-r--r--games/holotz-castle/pkg-plist4
-rw-r--r--games/nonsense/Makefile4
-rw-r--r--games/nonsense/pkg-plist2
-rw-r--r--games/starlanes/Makefile5
-rw-r--r--games/tornado/Makefile8
-rw-r--r--games/tornado/pkg-plist14
-rw-r--r--games/vectoroids/Makefile4
-rw-r--r--games/vectoroids/pkg-plist2
-rw-r--r--games/wmpuzzle/Makefile5
-rw-r--r--games/xasteroids/Makefile6
-rw-r--r--games/xblast/Makefile4
-rw-r--r--games/xblast/pkg-plist2
-rw-r--r--games/xlife/Makefile5
-rw-r--r--games/xlife/pkg-plist4
-rw-r--r--games/xvier/Makefile6
-rw-r--r--games/ztrack/Makefile5
-rw-r--r--mail/assp/Makefile5
-rw-r--r--mail/assp/pkg-plist4
-rw-r--r--mail/postfix-policyd-weight/Makefile10
-rw-r--r--mail/qmail-dk/Makefile6
-rw-r--r--mail/ssmtp/Makefile4
-rw-r--r--misc/biblesync/Makefile5
-rw-r--r--misc/biblesync/pkg-plist2
-rw-r--r--misc/ftdi-eeprom/Makefile8
-rw-r--r--misc/upclient/Makefile4
-rw-r--r--misc/upclient/pkg-plist2
-rw-r--r--net-mgmt/portmon/Makefile2
-rw-r--r--security/acmed/Makefile8
-rw-r--r--security/acmed/pkg-plist6
-rw-r--r--sysutils/extipl/Makefile3
-rw-r--r--sysutils/extipl/pkg-plist2
-rw-r--r--sysutils/httplog/Makefile4
-rw-r--r--sysutils/httplog/pkg-plist2
-rw-r--r--sysutils/libretto-config/Makefile7
-rw-r--r--sysutils/libretto-config/pkg-plist4
-rw-r--r--sysutils/socklog/Makefile6
-rw-r--r--sysutils/socklog/pkg-plist10
-rw-r--r--sysutils/tw_cli/Makefile6
55 files changed, 135 insertions, 123 deletions
diff --git a/comms/ser2net/Makefile b/comms/ser2net/Makefile
index 0ddb26efecd2..41cc273f6f9a 100644
--- a/comms/ser2net/Makefile
+++ b/comms/ser2net/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ser2net
PORTVERSION= 3.5.1
+PORTREVISION= 1
CATEGORIES= comms net
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
@@ -17,7 +18,7 @@ GNU_CONFIGURE= yes
PORTDOCS= AUTHORS ChangeLog NEWS README
PLIST_FILES= sbin/${PORTNAME} etc/${PORTNAME}.conf.sample \
- man/man8/${PORTNAME}.8.gz
+ share/man/man8/${PORTNAME}.8.gz
OPTIONS_DEFINE= DOCS
@@ -37,7 +38,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \
${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 \
- ${STAGEDIR}${MAN8PREFIX}/man/man8
+ ${STAGEDIR}${PREFIX}/share/man/man8
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf \
${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample
diff --git a/dns/dnrd/Makefile b/dns/dnrd/Makefile
index 24d3ca40a9d0..b2fd07aeeab9 100644
--- a/dns/dnrd/Makefile
+++ b/dns/dnrd/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dnrd
PORTVERSION= 2.20.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= dns
MASTER_SITES= SF
@@ -36,7 +36,7 @@ RANDOM_CONFIGURE_ENABLE= random-src
do-install:
@${MKDIR} ${STAGEDIR}${ETCDIR}
${INSTALL_PROGRAM} ${WRKSRC}/src/dnrd ${STAGEDIR}${PREFIX}/sbin/
- ${INSTALL_MAN} ${WRKSRC}/doc/dnrd.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/
+ ${INSTALL_MAN} ${WRKSRC}/doc/dnrd.8 ${STAGEDIR}${PREFIX}/share/man/man8/
${INSTALL_DATA} ${WRKSRC}/doc/master.sample ${STAGEDIR}${ETCDIR}/
do-install-DOCS-on:
diff --git a/dns/dnrd/pkg-plist b/dns/dnrd/pkg-plist
index 002630d9d14d..ef9ea1050200 100644
--- a/dns/dnrd/pkg-plist
+++ b/dns/dnrd/pkg-plist
@@ -1,3 +1,3 @@
sbin/dnrd
%%ETCDIR%%/master.sample
-man/man8/dnrd.8.gz
+share/man/man8/dnrd.8.gz
diff --git a/games/3dpong/Makefile b/games/3dpong/Makefile
index a7066030058c..b9554f0032d4 100644
--- a/games/3dpong/Makefile
+++ b/games/3dpong/Makefile
@@ -1,6 +1,6 @@
PORTNAME= 3dpong
PORTVERSION= 0.5
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= games
MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/3dpong/src/ \
SF/nemysisfreebsdp/${CATEGORIES}/:icons
@@ -39,7 +39,7 @@ do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/sounds/*.au ${STAGEDIR}${DATADIR}
${INSTALL_MAN} ${WRKSRC}/src/${PORTNAME}.6 \
- ${STAGEDIR}${MAN6PREFIX}/man/man6/
+ ${STAGEDIR}${PREFIX}/share/man/man6/
${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
${STAGEDIR}${PREFIX}/share/pixmaps/
diff --git a/games/3dpong/pkg-plist b/games/3dpong/pkg-plist
index b537f343c130..07b0295e74f7 100644
--- a/games/3dpong/pkg-plist
+++ b/games/3dpong/pkg-plist
@@ -1,5 +1,5 @@
bin/3dpong
-man/man6/3dpong.6.gz
+share/man/man6/3dpong.6.gz
%%DATADIR%%/hit.au
%%DATADIR%%/score.au
%%DATADIR%%/wall.au
diff --git a/games/battalion/Makefile b/games/battalion/Makefile
index fd66c3323db0..4441c59f9da4 100644
--- a/games/battalion/Makefile
+++ b/games/battalion/Makefile
@@ -1,6 +1,6 @@
PORTNAME= battalion
PORTVERSION= 1.4b
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= http://www.evl.uic.edu/aej/BATTALION/
DISTNAME= ${PORTNAME}${PORTVERSION}
@@ -26,7 +26,7 @@ CFLAGS+= -I${LOCALBASE}/include/X11 \
-DLINUXVERSION -DLINUXAUDIO
LIBS+= -lX11 -lm
-PLIST_FILES= bin/${PORTNAME} man/man6/${PORTNAME}.6.gz
+PLIST_FILES= bin/${PORTNAME} share/man/man6/${PORTNAME}.6.gz
PORTDATA= *
PORTDOCS= *
@@ -47,7 +47,7 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/battalion ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKDIR}/battalionSUN4/battalion.man \
- ${STAGEDIR}${MAN6PREFIX}/man/man6/battalion.6
+ ${STAGEDIR}${PREFIX}/share/man/man6/battalion.6
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKDIR}/battalionSUN4/battalion.data/battalion.sho \
${STAGEDIR}${DATADIR}
diff --git a/games/biorythm/Makefile b/games/biorythm/Makefile
index 41e9d7df1068..1d64b7601c5b 100644
--- a/games/biorythm/Makefile
+++ b/games/biorythm/Makefile
@@ -1,5 +1,6 @@
PORTNAME= biorythm
PORTVERSION= 1.1.4
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://shh.thathost.com/pub-unix/files/
@@ -13,7 +14,7 @@ LIB_DEPENDS= libshhmsg.so:devel/libshhmsg \
libshhopt.so:devel/libshhopt
PORTDOCS= ChangeLog README
-PLIST_FILES= bin/${PORTNAME} man/man6/${PORTNAME}.6.gz
+PLIST_FILES= bin/${PORTNAME} share/man/man6/${PORTNAME}.6.gz
OPTIONS_DEFINE= DOCS
@@ -28,7 +29,7 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${PREFIX}/share/man/man6
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
diff --git a/games/block/Makefile b/games/block/Makefile
index 5f3adaa0fa70..9848096893e6 100644
--- a/games/block/Makefile
+++ b/games/block/Makefile
@@ -1,5 +1,6 @@
PORTNAME= block
PORTVERSION= 0.6
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SUNSITE/games/strategy
@@ -22,8 +23,8 @@ post-extract:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/block ${STAGEDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/bed ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/block.6 ${STAGEDIR}${MAN6PREFIX}/man/man6
- ${INSTALL_MAN} ${WRKSRC}/bed.6 ${STAGEDIR}${MAN6PREFIX}/man/man6
+ ${INSTALL_MAN} ${WRKSRC}/block.6 ${STAGEDIR}${PREFIX}/share/man/man6
+ ${INSTALL_MAN} ${WRKSRC}/bed.6 ${STAGEDIR}${PREFIX}/share/man/man6
@${MKDIR} ${STAGEDIR}${DATADIR}
.for file in 1 2 3 4 5 6
${INSTALL_DATA} ${WRKSRC}/${file}.block \
diff --git a/games/block/pkg-plist b/games/block/pkg-plist
index a7ff41dbf2af..e031b937cad2 100644
--- a/games/block/pkg-plist
+++ b/games/block/pkg-plist
@@ -1,7 +1,7 @@
bin/block
bin/bed
-man/man6/bed.6.gz
-man/man6/block.6.gz
+share/man/man6/bed.6.gz
+share/man/man6/block.6.gz
%%DATADIR%%/1.block
%%DATADIR%%/2.block
%%DATADIR%%/3.block
diff --git a/games/blockrage/Makefile b/games/blockrage/Makefile
index 22d6efc60458..11c0793e8680 100644
--- a/games/blockrage/Makefile
+++ b/games/blockrage/Makefile
@@ -1,6 +1,6 @@
PORTNAME= blockrage
PORTVERSION= 0.2.3
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= games
MASTER_SITES= SF \
SF/nemysisfreebsdp/${CATEGORIES}/:icons
@@ -55,7 +55,7 @@ do-install:
.endfor
${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \
${STAGEDIR}${PREFIX}/share/pixmaps/
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${PREFIX}/share/man/man6/
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
diff --git a/games/blockrage/pkg-plist b/games/blockrage/pkg-plist
index 95a9fd1cef83..a725625033b5 100644
--- a/games/blockrage/pkg-plist
+++ b/games/blockrage/pkg-plist
@@ -1,5 +1,5 @@
bin/blockrage
-man/man6/blockrage.6.gz
+share/man/man6/blockrage.6.gz
%%DATADIR%%/blockrage
%%DATADIR%%/blockrage-fhs.rc
%%DATADIR%%/blockrage.cfg
diff --git a/games/bluemoon/Makefile b/games/bluemoon/Makefile
index 38f9d1b133f2..01b4234dfbfd 100644
--- a/games/bluemoon/Makefile
+++ b/games/bluemoon/Makefile
@@ -1,5 +1,6 @@
PORTNAME= bluemoon
PORTVERSION= 2.12
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.catb.org/~esr/bluemoon/
@@ -13,7 +14,7 @@ USES= gmake ncurses
ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/${PORTNAME} \
- man/man6/${PORTNAME}.6.gz \
+ share/man/man6/${PORTNAME}.6.gz \
share/applications/${PORTNAME}.desktop \
share/pixmaps/${PORTNAME}.png
@@ -29,7 +30,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png \
${STAGEDIR}${PREFIX}/share/pixmaps
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${PREFIX}/share/man/man6/
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
diff --git a/games/dungeoncrawl/Makefile b/games/dungeoncrawl/Makefile
index f371025a66c8..cb0e97e68df4 100644
--- a/games/dungeoncrawl/Makefile
+++ b/games/dungeoncrawl/Makefile
@@ -1,5 +1,6 @@
PORTNAME= dungeoncrawl
PORTVERSION= 4.0.0.b26
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ftp://ftp.dungeoncrawl.org/dev/4.0.x/src/ \
http://www.sourcefiles.org/Games/Role_Play/
@@ -17,7 +18,7 @@ CXXFLAGS+= -fsigned-char
MAKEFILE= makefile.bsd
PORTDOCS= buglist.txt crawl.txt
-PLIST_FILES= bin/dungeoncrawl man/man6/dungeoncrawl.6.gz
+PLIST_FILES= bin/dungeoncrawl share/man/man6/dungeoncrawl.6.gz
OPTIONS_DEFINE= DOCS
@@ -35,7 +36,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/crawl \
${STAGEDIR}${PREFIX}/bin/dungeoncrawl
${INSTALL_MAN} ${WRKSRC}/../docs/crawl.6 \
- ${STAGEDIR}${MAN6PREFIX}/man/man6/dungeoncrawl.6
+ ${STAGEDIR}${PREFIX}/share/man/man6/dungeoncrawl.6
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
diff --git a/games/ensemblist/Makefile b/games/ensemblist/Makefile
index d121dc88de93..dc307958756b 100644
--- a/games/ensemblist/Makefile
+++ b/games/ensemblist/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ensemblist
PORTVERSION= 040126
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= games
MASTER_SITES= SAVANNAH
@@ -16,7 +16,7 @@ USE_XORG= xmu
USE_GL= glut
MAKE_ARGS= CC="${CC}" DATADIR="${DATADIR}"
-PLIST_FILES= bin/ensemblist man/man6/ensemblist.6.gz
+PLIST_FILES= bin/ensemblist share/man/man6/ensemblist.6.gz
PORTDATA= *
PORTDOCS= *
@@ -27,6 +27,6 @@ do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/datas/* ${STAGEDIR}${DATADIR}
(cd ${WRKSRC}/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
- ${INSTALL_MAN} ${WRKSRC}/ensemblist.6 ${STAGEDIR}${MAN6PREFIX}/man/man6
+ ${INSTALL_MAN} ${WRKSRC}/ensemblist.6 ${STAGEDIR}${PREFIX}/share/man/man6
.include <bsd.port.mk>
diff --git a/games/greed/Makefile b/games/greed/Makefile
index 7f6bee03ee10..98ab76f9168f 100644
--- a/games/greed/Makefile
+++ b/games/greed/Makefile
@@ -1,5 +1,6 @@
PORTNAME= greed
PORTVERSION= 4.2
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://catb.org/~esr/greed/
PKGNAMESUFFIX= -game
@@ -21,7 +22,7 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/greed ${STAGEDIR}${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/greed.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/
+ ${INSTALL_MAN} ${WRKSRC}/greed.6 ${STAGEDIR}${PREFIX}/share/man/man6/
@${MKDIR} ${STAGEDIR}${SCOREFILE:H}
${TOUCH} ${STAGEDIR}${SCOREFILE}.sample
diff --git a/games/greed/pkg-plist b/games/greed/pkg-plist
index 43e93b7aa36e..63cc5c523d91 100644
--- a/games/greed/pkg-plist
+++ b/games/greed/pkg-plist
@@ -1,3 +1,3 @@
@(,games,2555) bin/greed
-man/man6/greed.6.gz
+share/man/man6/greed.6.gz
@sample(,games,664) %%SCOREFILE%%.sample
diff --git a/games/holotz-castle/Makefile b/games/holotz-castle/Makefile
index 86844286302d..839d228d4fcd 100644
--- a/games/holotz-castle/Makefile
+++ b/games/holotz-castle/Makefile
@@ -1,6 +1,6 @@
PORTNAME= holotz-castle
PORTVERSION= 1.3.14
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= games
MASTER_SITES= SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/
DISTFILES= ${PORTNAME}-${DISTVERSION}-src${EXTRACT_SUFX} \
@@ -54,7 +54,7 @@ post-install:
${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \
${STAGEDIR}${PREFIX}/share/pixmaps
${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}
- (cd ${WRKSRC}/man && ${INSTALL_MAN} *.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/)
+ (cd ${WRKSRC}/man && ${INSTALL_MAN} *.6 ${STAGEDIR}${PREFIX}/share/man/man6/)
post-install-SOLUTIONS-on:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}-solutions ${STAGEDIR}${PREFIX}/bin/
diff --git a/games/holotz-castle/pkg-plist b/games/holotz-castle/pkg-plist
index f51f44907506..6696a921f195 100644
--- a/games/holotz-castle/pkg-plist
+++ b/games/holotz-castle/pkg-plist
@@ -1,8 +1,8 @@
bin/holotz-castle
bin/holotz-castle-editor
%%SOLUTIONS%%bin/holotz-castle-solutions
-man/man6/holotz-castle-editor.6.gz
-man/man6/holotz-castle.6.gz
+share/man/man6/holotz-castle-editor.6.gz
+share/man/man6/holotz-castle.6.gz
%%SOLUTIONS%%share/applications/holotz-castle-solutions.desktop
share/applications/holotz-castle.desktop
share/icons/hicolor/128x128/apps/holotz-castle.png
diff --git a/games/nonsense/Makefile b/games/nonsense/Makefile
index d13452abce9b..b04f983f8809 100644
--- a/games/nonsense/Makefile
+++ b/games/nonsense/Makefile
@@ -1,6 +1,6 @@
PORTNAME= nonsense
PORTVERSION= 0.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= SF
@@ -24,6 +24,6 @@ do-install:
${MKDIR} ${STAGEDIR}${DATADIR}/template
${INSTALL_DATA} ${WRKSRC}/*.data ${STAGEDIR}${DATADIR}/data
${INSTALL_DATA} ${WRKSRC}/*.template ${STAGEDIR}${DATADIR}/template
- ${INSTALL_MAN} ${WRKSRC}/nonsense.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/
+ ${INSTALL_MAN} ${WRKSRC}/nonsense.6 ${STAGEDIR}${PREFIX}/share/man/man6/
.include <bsd.port.mk>
diff --git a/games/nonsense/pkg-plist b/games/nonsense/pkg-plist
index e7b577d704b3..6736e8406a87 100644
--- a/games/nonsense/pkg-plist
+++ b/games/nonsense/pkg-plist
@@ -23,4 +23,4 @@ bin/nonsense
%%DATADIR%%/template/slashdot.html.template
%%DATADIR%%/template/slashdot.rdf.template
%%DATADIR%%/template/techdirt.html.template
-man/man6/nonsense.6.gz
+share/man/man6/nonsense.6.gz
diff --git a/games/starlanes/Makefile b/games/starlanes/Makefile
index 2b55ca63dc1b..0d9b6c888e12 100644
--- a/games/starlanes/Makefile
+++ b/games/starlanes/Makefile
@@ -1,5 +1,6 @@
PORTNAME= starlanes
PORTVERSION= 1.2.2
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SUNSITE/games/strategy
@@ -7,7 +8,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Classic space-age stock trading game
USES= ncurses
-PLIST_FILES= bin/starlanes man/man6/starlanes.6.gz
+PLIST_FILES= bin/starlanes share/man/man6/starlanes.6.gz
post-patch:
@${REINPLACE_CMD} -e \
@@ -20,6 +21,6 @@ do-build:
do-install:
(cd ${WRKSRC} && ${INSTALL_PROGRAM} starlanes ${STAGEDIR}${PREFIX}/bin)
- (cd ${WRKSRC} && ${INSTALL_MAN} starlanes.6 ${STAGEDIR}${MAN6PREFIX}/man/man6)
+ (cd ${WRKSRC} && ${INSTALL_MAN} starlanes.6 ${STAGEDIR}${PREFIX}/share/man/man6)
.include <bsd.port.mk>
diff --git a/games/tornado/Makefile b/games/tornado/Makefile
index f5e4c954afd4..11233112b045 100644
--- a/games/tornado/Makefile
+++ b/games/tornado/Makefile
@@ -1,6 +1,6 @@
PORTNAME= tornado
PORTVERSION= 1.4
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= https://kiza.eu/media/software/tornado/
@@ -38,11 +38,11 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tornado \
${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/man/tornado.6 \
- ${STAGEDIR}${MAN6PREFIX}/man/man6
+ ${STAGEDIR}${PREFIX}/share/man/man6
.for i in de fr it nl no ru
- @${MKDIR} ${STAGEDIR}${MAN6PREFIX}/man/${i}/man6
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/man/${i}/man6
${INSTALL_MAN} ${WRKSRC}/doc/man/${i}/tornado.6 \
- ${STAGEDIR}${MAN6PREFIX}/man/${i}/man6
+ ${STAGEDIR}${PREFIX}/share/man/${i}/man6
.endfor
.for i in de es fr it nl no pt ru
@${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${i}/LC_MESSAGES
diff --git a/games/tornado/pkg-plist b/games/tornado/pkg-plist
index 93e2d010d0d9..a24559829129 100644
--- a/games/tornado/pkg-plist
+++ b/games/tornado/pkg-plist
@@ -1,11 +1,11 @@
@(,games,2755) bin/tornado
-man/de/man6/tornado.6.gz
-man/fr/man6/tornado.6.gz
-man/it/man6/tornado.6.gz
-man/man6/tornado.6.gz
-man/nl/man6/tornado.6.gz
-man/no/man6/tornado.6.gz
-man/ru/man6/tornado.6.gz
+share/man/de/man6/tornado.6.gz
+share/man/fr/man6/tornado.6.gz
+share/man/it/man6/tornado.6.gz
+share/man/man6/tornado.6.gz
+share/man/nl/man6/tornado.6.gz
+share/man/no/man6/tornado.6.gz
+share/man/ru/man6/tornado.6.gz
share/locale/de/LC_MESSAGES/tornado.mo
share/locale/es/LC_MESSAGES/tornado.mo
share/locale/fr/LC_MESSAGES/tornado.mo
diff --git a/games/vectoroids/Makefile b/games/vectoroids/Makefile
index d1b77012ca72..0a5234bed9f3 100644
--- a/games/vectoroids/Makefile
+++ b/games/vectoroids/Makefile
@@ -1,6 +1,6 @@
PORTNAME= vectoroids
PORTVERSION= 1.1.0
-PORTREVISION= 17
+PORTREVISION= 18
CATEGORIES= games
MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/vectoroids/src/
@@ -30,7 +30,7 @@ do-install:
.endfor
${LN} -sf ${DATADIR}/images/icon.png \
${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${PREFIX}/share/man/man6/
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
diff --git a/games/vectoroids/pkg-plist b/games/vectoroids/pkg-plist
index 5a669c60ba5c..004de878e639 100644
--- a/games/vectoroids/pkg-plist
+++ b/games/vectoroids/pkg-plist
@@ -1,5 +1,5 @@
bin/vectoroids
-man/man6/vectoroids.6.gz
+share/man/man6/vectoroids.6.gz
share/pixmaps/vectoroids.png
%%DATADIR%%/images/icon.png
%%DATADIR%%/images/redspot-e.bmp
diff --git a/games/wmpuzzle/Makefile b/games/wmpuzzle/Makefile
index 56e8211bde0b..56ddcf8190a6 100644
--- a/games/wmpuzzle/Makefile
+++ b/games/wmpuzzle/Makefile
@@ -1,5 +1,6 @@
PORTNAME= wmpuzzle
PORTVERSION= 0.5.2
+PORTREVISION= 1
CATEGORIES= games windowmaker afterstep
MASTER_SITES= http://people.debian.org/~godisch/wmpuzzle/
@@ -16,7 +17,7 @@ GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/src
-PLIST_FILES= bin/wmpuzzle man/man6/wmpuzzle.6.gz
+PLIST_FILES= bin/wmpuzzle share/man/man6/wmpuzzle.6.gz
CPPFLAGS+= -DBSD
# Fix build with clang 11
@@ -24,6 +25,6 @@ CFLAGS+= -fcommon
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmpuzzle ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/wmpuzzle.6 ${STAGEDIR}${MAN6PREFIX}/man/man6
+ ${INSTALL_MAN} ${WRKSRC}/wmpuzzle.6 ${STAGEDIR}${PREFIX}/share/man/man6
.include <bsd.port.mk>
diff --git a/games/xasteroids/Makefile b/games/xasteroids/Makefile
index 68998655db9a..9dd55f1ca986 100644
--- a/games/xasteroids/Makefile
+++ b/games/xasteroids/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xasteroids
PORTVERSION= 5.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= XCONTRIB/../R5contrib
DISTNAME= ${PORTNAME}
@@ -22,7 +22,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lXext -lX11 -lm
PLIST_FILES= bin/xasteroids \
- man/man6/xasteroids.6.gz
+ share/man/man6/xasteroids.6.gz
post-extract:
@${LN} -sf xast.man ${WRKSRC}/xasteroids.6
@@ -33,6 +33,6 @@ do-build:
do-install:
(cd ${WRKSRC} && ${INSTALL_PROGRAM} xasteroids ${STAGEDIR}${PREFIX}/bin)
- (cd ${WRKSRC} && ${INSTALL_MAN} xasteroids.6 ${STAGEDIR}${MAN6PREFIX}/man/man6)
+ (cd ${WRKSRC} && ${INSTALL_MAN} xasteroids.6 ${STAGEDIR}${PREFIX}/share/man/man6)
.include <bsd.port.mk>
diff --git a/games/xblast/Makefile b/games/xblast/Makefile
index 22b0e1aae8ef..81b88e3643ef 100644
--- a/games/xblast/Makefile
+++ b/games/xblast/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xblast
PORTVERSION= 2.10.4
-PORTREVISION= 18
+PORTREVISION= 19
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION} \
SF/${PORTNAME}/Images/${IMAGES_DATE}:images \
@@ -65,7 +65,7 @@ post-patch:
's|"Vera.ttf"|"${FONTSDIR}/Vera.ttf"|g' ${WRKSRC}/sdl_text.c
post-install:
- ${INSTALL_MAN} ${WRKSRC}/xblast.man ${STAGEDIR}${MAN6PREFIX}/man/man6/xblast.6
+ ${INSTALL_MAN} ${WRKSRC}/xblast.man ${STAGEDIR}${PREFIX}/share/man/man6/xblast.6
@${MKDIR} ${STAGEDIR}${DATADIR}/image
@cd ${WRKDIR}/images-${IMAGES_DATE} && \
${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/image "-not -name Imakefile"
diff --git a/games/xblast/pkg-plist b/games/xblast/pkg-plist
index 6ecbccd99946..8560066ddeb7 100644
--- a/games/xblast/pkg-plist
+++ b/games/xblast/pkg-plist
@@ -1,6 +1,6 @@
bin/xblast
%%NO_SDL%%%%SOUND%%bin/xbsndsrv
-man/man6/xblast.6.gz
+share/man/man6/xblast.6.gz
%%NLS%%share/locale/de/LC_MESSAGES/xblast.mo
%%NLS%%share/locale/fr/LC_MESSAGES/xblast.mo
%%DATADIR%%/image/block/EPFL_stop.ppm
diff --git a/games/xlife/Makefile b/games/xlife/Makefile
index 7991dbbff4c9..68fca3ebb0dc 100644
--- a/games/xlife/Makefile
+++ b/games/xlife/Makefile
@@ -1,5 +1,6 @@
PORTNAME= xlife
PORTVERSION= 6.7.6
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://litwr2.atspace.eu/xlife/
@@ -48,8 +49,8 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gen-multirules ${WRKSRC}/xlife ${STAGEDIR}${PREFIX}/bin
${LN} -sf xlife ${STAGEDIR}${PREFIX}/bin/lifeconv
${INSTALL_SCRIPT} ${WRKSRC}/table2r ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/xlife.6 ${STAGEDIR}${MAN6PREFIX}/man/man6
- ${LN} -sf xlife.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/lifeconv.6
+ ${INSTALL_MAN} ${WRKSRC}/xlife.6 ${STAGEDIR}${PREFIX}/share/man/man6
+ ${LN} -sf xlife.6 ${STAGEDIR}${PREFIX}/share/man/man6/lifeconv.6
@${MKDIR} ${STAGEDIR}${DATADIR}/patterns
@(cd ${WRKSRC}/patterns && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/patterns)
diff --git a/games/xlife/pkg-plist b/games/xlife/pkg-plist
index 221e67ff35c8..eab927d8c4ef 100644
--- a/games/xlife/pkg-plist
+++ b/games/xlife/pkg-plist
@@ -2,8 +2,8 @@ bin/gen-multirules
bin/lifeconv
bin/table2r
bin/xlife
-man/man6/lifeconv.6.gz
-man/man6/xlife.6.gz
+share/man/man6/lifeconv.6.gz
+share/man/man6/xlife.6.gz
%%DATADIR%%/patterns/boundedgrid/14-2-t.l
%%DATADIR%%/patterns/boundedgrid/beginning-plain.l
%%DATADIR%%/patterns/boundedgrid/beginning-torus.l
diff --git a/games/xvier/Makefile b/games/xvier/Makefile
index a3c027c304c2..84f4ddd5cdac 100644
--- a/games/xvier/Makefile
+++ b/games/xvier/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xvier
PORTVERSION= 1.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= SUNSITE/games/strategy \
SF/nemysisfreebsdp/${CATEGORIES}/:icons
@@ -20,7 +20,7 @@ OPTIONS_DEFINE= DOCS
PLIST_FILES= bin/${PORTNAME} \
libexec/${PORTNAME}_prog \
- man/man6/xvier.6.gz \
+ share/man/man6/xvier.6.gz \
share/pixmaps/xvier.png
DESKTOP_ENTRIES="Xvier" "" "${PORTNAME}" \
@@ -31,7 +31,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}_prog \
${STAGEDIR}${PREFIX}/libexec/
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \
- ${STAGEDIR}${MAN6PREFIX}/man/man6/${PORTNAME}.6
+ ${STAGEDIR}${PREFIX}/share/man/man6/${PORTNAME}.6
${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
${STAGEDIR}${PREFIX}/share/pixmaps/
diff --git a/games/ztrack/Makefile b/games/ztrack/Makefile
index bcfb34611b3d..7954c9db2ebb 100644
--- a/games/ztrack/Makefile
+++ b/games/ztrack/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ztrack
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SUNSITE/games/arcade \
SF/nemysisfreebsdp/${CATEGORIES}/:icons
@@ -15,7 +16,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DHAVE_RANDOM" \
LIBS="${LDFLAGS} -lncurses"
ALL_TARGET= ztrack
WRKSRC= ${WRKDIR}/${PORTNAME}
-PLIST_FILES= bin/${PORTNAME} man/man6/${PORTNAME}.6.gz \
+PLIST_FILES= bin/${PORTNAME} share/man/man6/${PORTNAME}.6.gz \
${DESKTOPDIR}/${PORTNAME}.desktop \
share/pixmaps/${PORTNAME}.png
@@ -24,7 +25,7 @@ OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${PREFIX}/share/man/man6/
${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
${STAGEDIR}${PREFIX}/share/pixmaps/
${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}
diff --git a/mail/assp/Makefile b/mail/assp/Makefile
index 0e4a0a6f5cf0..115ed0933457 100644
--- a/mail/assp/Makefile
+++ b/mail/assp/Makefile
@@ -1,5 +1,6 @@
PORTNAME= assp
PORTVERSION= 1.9.9.14158
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= mail
MASTER_SITES= http://www.ringofsaturn.com/distfiles/
@@ -133,8 +134,8 @@ do-install:
${INSTALL_SCRIPT} ${WRKDIR}/assplog.pl ${STAGEDIR}${PREFIX}/sbin/assplog
- ${INSTALL_MAN} ${WRKDIR}/assp.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
- ${INSTALL_MAN} ${WRKDIR}/assplog.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
+ ${INSTALL_MAN} ${WRKDIR}/assp.8 ${STAGEDIR}${PREFIX}/share/man/man8
+ ${INSTALL_MAN} ${WRKDIR}/assplog.8 ${STAGEDIR}${PREFIX}/share/man/man8
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily
${INSTALL_SCRIPT} ${WRKDIR}/510.assp ${STAGEDIR}${PREFIX}/etc/periodic/daily/
@${MKDIR} ${STAGEDIR}${ASSP_HOME}
diff --git a/mail/assp/pkg-plist b/mail/assp/pkg-plist
index e7962deb5721..4f6d1e474eeb 100644
--- a/mail/assp/pkg-plist
+++ b/mail/assp/pkg-plist
@@ -98,8 +98,8 @@ sbin/assplog
%%DATADIR%%/stat.pl
%%PORTDOCS%%%%DOCSDIR%%/Legacy - ASSP Documentation.htm
%%PORTDOCS%%%%DOCSDIR%%/Regular Expression Tutorial.htm
-man/man8/assp.8.gz
-man/man8/assplog.8.gz
+share/man/man8/assp.8.gz
+share/man/man8/assplog.8.gz
%%ASSP_HOME%%/files
%%ASSP_HOME%%/images
%%ASSP_HOME%%/rebuildspamdb.pl
diff --git a/mail/postfix-policyd-weight/Makefile b/mail/postfix-policyd-weight/Makefile
index 9acbf0746e38..914e82671833 100644
--- a/mail/postfix-policyd-weight/Makefile
+++ b/mail/postfix-policyd-weight/Makefile
@@ -1,6 +1,6 @@
PORTNAME= policyd-weight
PORTVERSION= 0.1.15.2
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= mail
MASTER_SITES= http://www.policyd-weight.org/releases/ \
LOCAL/ohauer
@@ -19,8 +19,8 @@ RUN_DEPENDS= p5-Net-DNS>=0.72:dns/p5-Net-DNS \
SUB_FILES= pkg-message pkg-install
PLIST_FILES= bin/${PORTNAME} \
"@sample etc/${PORTNAME}.conf.sample" \
- man/man5/policyd-weight.conf.5.gz \
- man/man8/policyd-weight.8.gz
+ share/man/man5/policyd-weight.conf.5.gz \
+ share/man/man8/policyd-weight.8.gz
USERS= polw
GROUPS= polw
@@ -36,7 +36,7 @@ SHEBANG_FILES= ${WRKSRC}/policyd-weight
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf.sample ${STAGEDIR}${PREFIX}/etc
- ${INSTALL_MAN} ${WRKSRC}/man/man5/policyd-weight.conf.5 ${STAGEDIR}${MAN5PREFIX}/man/man5
- ${INSTALL_MAN} ${WRKSRC}/man/man8/policyd-weight.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
+ ${INSTALL_MAN} ${WRKSRC}/man/man5/policyd-weight.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5
+ ${INSTALL_MAN} ${WRKSRC}/man/man8/policyd-weight.8 ${STAGEDIR}${PREFIX}/share/man/man8
.include <bsd.port.mk>
diff --git a/mail/qmail-dk/Makefile b/mail/qmail-dk/Makefile
index d0b4a710b214..76ec823dc763 100644
--- a/mail/qmail-dk/Makefile
+++ b/mail/qmail-dk/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dk
PORTVERSION= 0.54
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= QMAIL
PKGNAMEPREFIX= qmail-
@@ -22,7 +22,7 @@ PREFIX?= ${QMAIL_PREFIX}
WRKSRC= ${WRKDIR}/qmail-1.03
PLIST_FILES= "@(qmailq,,4711) bin/qmail-dk" \
- man/man8/qmail-dk.8.gz
+ share/man/man8/qmail-dk.8.gz
ALL_TARGET= qmail-dk qmail-dk.8
CFLAGS+= -I${LOCALBASE}/include
@@ -56,6 +56,6 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qmail-dk ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/qmail-dk.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
+ ${INSTALL_MAN} ${WRKSRC}/qmail-dk.8 ${STAGEDIR}${PREFIX}/share/man/man8
.include <bsd.port.mk>
diff --git a/mail/ssmtp/Makefile b/mail/ssmtp/Makefile
index 18144b80fdd2..8d9993e89b91 100644
--- a/mail/ssmtp/Makefile
+++ b/mail/ssmtp/Makefile
@@ -55,9 +55,9 @@ do-install:
${STAGEDIR}${ETCDIR}/revaliases.sample
${INSTALL_DATA} ${WRKSRC}/ssmtp.conf \
${STAGEDIR}${ETCDIR}/ssmtp.conf.sample
- ${INSTALL_MAN} ${WRKSRC}/ssmtp.8 ${STAGEDIR}${MAN8PREFIX}/share/man/man8
+ ${INSTALL_MAN} ${WRKSRC}/ssmtp.8 ${STAGEDIR}${PREFIX}/share/man/man8
${INSTALL_MAN} ${WRKSRC}/ssmtp.conf.5 \
- ${STAGEDIR}${MAN5PREFIX}/share/man/man5
+ ${STAGEDIR}${PREFIX}/share/man/man5
replace:
@${REINPLACE_CMD} -e 's,^[^#],#&,g' ${_MAILERCONF}
diff --git a/misc/biblesync/Makefile b/misc/biblesync/Makefile
index fb48c3fcef37..ea83f0d8a342 100644
--- a/misc/biblesync/Makefile
+++ b/misc/biblesync/Makefile
@@ -1,5 +1,6 @@
PORTNAME= biblesync
DISTVERSION= 2.1.0
+PORTREVISION= 1
CATEGORIES= misc
MAINTAINER= ports@FreeBSD.org
@@ -23,8 +24,4 @@ CMAKE_ON= BUILD_SHARED_LIBS
post-patch:
${REINPLACE_CMD} s,/bibleysnc,, ${WRKSRC}/biblesync.pc.in
-post-install:
- ${INSTALL_MAN} ${STAGEDIR}${PREFIX}/share/man/man7/biblesync.7 ${STAGEDIR}${MAN7PREFIX}/man/man7
- ${RM} -R ${STAGEDIR}${PREFIX}/share/man
-
.include <bsd.port.mk>
diff --git a/misc/biblesync/pkg-plist b/misc/biblesync/pkg-plist
index 43c2ae5c29f7..08b91959ffd3 100644
--- a/misc/biblesync/pkg-plist
+++ b/misc/biblesync/pkg-plist
@@ -3,4 +3,4 @@ include/biblesync/biblesync.hh
lib/libbiblesync.so
lib/libbiblesync.so.2.1.0
libdata/pkgconfig/biblesync.pc
-man/man7/biblesync.7.gz
+share/man/man7/biblesync.7.gz
diff --git a/misc/ftdi-eeprom/Makefile b/misc/ftdi-eeprom/Makefile
index 0a5e2e90891c..a36cb4ad002c 100644
--- a/misc/ftdi-eeprom/Makefile
+++ b/misc/ftdi-eeprom/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ftdi-eeprom
PORTVERSION= 1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= http://www.bwct.de/
@@ -9,12 +9,12 @@ COMMENT= Tool to program the eeprom on FTDI usb devices
WWW= https://www.bwct.de/
MAKE_ARGS= BINDIR="${PREFIX}/sbin" \
- MANDIR="${PREFIX}/man/man"
+ MANDIR="${PREFIX}/share/man/man"
-PLIST_FILES= sbin/ftdi-eeprom man/man8/ftdi-eeprom.8.gz
+PLIST_FILES= sbin/ftdi-eeprom share/man/man8/ftdi-eeprom.8.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ftdi-eeprom ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_MAN} ${WRKSRC}/ftdi-eeprom.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
+ ${INSTALL_MAN} ${WRKSRC}/ftdi-eeprom.8 ${STAGEDIR}${PREFIX}/share/man/man8
.include <bsd.port.mk>
diff --git a/misc/upclient/Makefile b/misc/upclient/Makefile
index c7d7f5021586..91578fbf0ab7 100644
--- a/misc/upclient/Makefile
+++ b/misc/upclient/Makefile
@@ -1,6 +1,6 @@
PORTNAME= upclient
PORTVERSION= 5.0.b8
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= misc
MASTER_SITES= http://uptimes.hostingwired.com/files/ \
SF/${PORTNAME}/UpClient%205%20beta/5.0b8%20Security%20Update
@@ -42,7 +42,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/products/upclient \
${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/src/products/upclient.8 \
- ${STAGEDIR}${MAN8PREFIX}/man/man8
+ ${STAGEDIR}${PREFIX}/share/man/man8
${INSTALL_DATA} -m 640 ${WRKSRC}/src/products/upclient.conf \
${STAGEDIR}${PREFIX}/etc/upclient.conf.sample
${INSTALL_SCRIPT} ${WRKSRC}/scripts/upchk ${WRKSRC}/scripts/clientchk \
diff --git a/misc/upclient/pkg-plist b/misc/upclient/pkg-plist
index c1455a15957b..d25f29bd2318 100644
--- a/misc/upclient/pkg-plist
+++ b/misc/upclient/pkg-plist
@@ -1,5 +1,5 @@
@sample(,kmem,) etc/upclient.conf.sample
-man/man8/upclient.8.gz
+share/man/man8/upclient.8.gz
sbin/clientchk
sbin/upchk
@(,kmem,2555) sbin/upclient
diff --git a/net-mgmt/portmon/Makefile b/net-mgmt/portmon/Makefile
index a2ec5226a68e..0a7031e7e73d 100644
--- a/net-mgmt/portmon/Makefile
+++ b/net-mgmt/portmon/Makefile
@@ -28,7 +28,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \
${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/extras/portmon.8 \
- ${STAGEDIR}${MAN8PREFIX}/share/man/man8
+ ${STAGEDIR}${PREFIX}/share/man/man8
${INSTALL_DATA} ${WRKSRC}/extras/portmon.hosts.sample \
${STAGEDIR}${PREFIX}/etc
diff --git a/security/acmed/Makefile b/security/acmed/Makefile
index 2f801376cd9b..409b6e1ee69f 100644
--- a/security/acmed/Makefile
+++ b/security/acmed/Makefile
@@ -1,7 +1,7 @@
PORTNAME= acmed
DISTVERSIONPREFIX= v
DISTVERSION= 0.21.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= security
MAINTAINER= ports@FreeBSD.org
@@ -22,9 +22,9 @@ CARGO_FEATURES= openssl_dyn
CARGO_INSTALL_PATH= ./acmed ./tacd
post-install:
- ${INSTALL_MAN} ${WRKSRC}/man/en/acmed.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/
- ${INSTALL_MAN} ${WRKSRC}/man/en/acmed.toml.5 ${STAGEDIR}${MAN5PREFIX}/man/man5/
- ${INSTALL_MAN} ${WRKSRC}/man/en/tacd.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/
+ ${INSTALL_MAN} ${WRKSRC}/man/en/acmed.8 ${STAGEDIR}${PREFIX}/share/man/man8/
+ ${INSTALL_MAN} ${WRKSRC}/man/en/acmed.toml.5 ${STAGEDIR}${PREFIX}/share/man/man5/
+ ${INSTALL_MAN} ${WRKSRC}/man/en/tacd.8 ${STAGEDIR}${PREFIX}/share/man/man8/
${MKDIR} ${STAGEDIR}${PREFIX}/etc/acmed
${INSTALL_DATA} ${WRKSRC}/acmed/config/acmed.toml ${STAGEDIR}${PREFIX}/etc/acmed/acmed.toml.sample
${INSTALL_DATA} ${WRKSRC}/acmed/config/default_hooks.toml ${STAGEDIR}${PREFIX}/etc/acmed/default_hooks.toml.sample
diff --git a/security/acmed/pkg-plist b/security/acmed/pkg-plist
index b26b8c7ce964..e1bb1d23bce5 100644
--- a/security/acmed/pkg-plist
+++ b/security/acmed/pkg-plist
@@ -2,8 +2,8 @@ bin/acmed
bin/tacd
%%ETCDIR%%/acmed.toml.sample
%%ETCDIR%%/default_hooks.toml.sample
-man/man5/acmed.toml.5.gz
-man/man8/acmed.8.gz
-man/man8/tacd.8.gz
+share/man/man5/acmed.toml.5.gz
+share/man/man8/acmed.8.gz
+share/man/man8/tacd.8.gz
@dir %%ETCDIR%%/accounts
@dir %%ETCDIR%%/certs
diff --git a/sysutils/extipl/Makefile b/sysutils/extipl/Makefile
index 0fb33fb7fbef..b2ddab40d4d2 100644
--- a/sysutils/extipl/Makefile
+++ b/sysutils/extipl/Makefile
@@ -1,5 +1,6 @@
PORTNAME= extipl
PORTVERSION= 5.04
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= OSDN/${PORTNAME}
@@ -24,7 +25,7 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_MAN} ${WRKSRC}/src/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
+ ${INSTALL_MAN} ${WRKSRC}/src/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}/English
diff --git a/sysutils/extipl/pkg-plist b/sysutils/extipl/pkg-plist
index 598b1a621150..47318b3b3cc5 100644
--- a/sysutils/extipl/pkg-plist
+++ b/sysutils/extipl/pkg-plist
@@ -1,5 +1,5 @@
-man/man8/extipl.8.gz
sbin/extipl
+share/man/man8/extipl.8.gz
%%PORTDOCS%%%%DOCSDIR%%/English/extipl.txt
%%PORTDOCS%%%%DOCSDIR%%/English/scorpius.txt
%%PORTDOCS%%%%DOCSDIR%%/English/techical.txt
diff --git a/sysutils/httplog/Makefile b/sysutils/httplog/Makefile
index 7563d2861fb0..fc7f831fc3e2 100644
--- a/sysutils/httplog/Makefile
+++ b/sysutils/httplog/Makefile
@@ -1,6 +1,6 @@
PORTNAME= httplog
PORTVERSION= 2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils www
MASTER_SITES= ftp://ftp.nuug.no/pub/anders/distfiles/
@@ -31,7 +31,7 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/httplog ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_MAN} ${WRKSRC}/httplog.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
+ ${INSTALL_MAN} ${WRKSRC}/httplog.8 ${STAGEDIR}${PREFIX}/share/man/man8
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
diff --git a/sysutils/httplog/pkg-plist b/sysutils/httplog/pkg-plist
index 4a06e7e281b1..9635eb30b18b 100644
--- a/sysutils/httplog/pkg-plist
+++ b/sysutils/httplog/pkg-plist
@@ -1,2 +1,2 @@
-man/man8/httplog.8.gz
sbin/httplog
+share/man/man8/httplog.8.gz
diff --git a/sysutils/libretto-config/Makefile b/sysutils/libretto-config/Makefile
index 5ff93a2d443b..1f25a652b816 100644
--- a/sysutils/libretto-config/Makefile
+++ b/sysutils/libretto-config/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libretto-config
PORTVERSION= 1.0.b5
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= sysutils
MASTER_SITES= http://club.pep.ne.jp/~ishioka/Software/Linux/libapm/
DISTNAME= libapm-linux-1.0beta5
@@ -15,10 +15,13 @@ WRKSRC= ${WRKDIR}/libapm
USE_GCC= yes
PORTDOCS= *
+MAKE_ARGS= MANDIR=${PREFIX}/share/man
+
OPTIONS_DEFINE= DOCS
post-install:
- ${INSTALL_MAN} ${WRKSRC}/libapm-j.man ${STAGEDIR}${MAN8PREFIX}/man/ja/man8/${PORTNAME}.8
+ ${MkDIR} ${STAGEDIR}${PREFIX}/share/man/ja/man8
+ ${INSTALL_MAN} ${WRKSRC}/libapm-j.man ${STAGEDIR}${PREFIX}/share/man/ja/man8/${PORTNAME}.8
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
diff --git a/sysutils/libretto-config/pkg-plist b/sysutils/libretto-config/pkg-plist
index b0da50ac07b3..4755f4ecc12f 100644
--- a/sysutils/libretto-config/pkg-plist
+++ b/sysutils/libretto-config/pkg-plist
@@ -1,3 +1,3 @@
-man/man8/libretto-config.8.gz
-man/ja/man8/libretto-config.8.gz
+share/man/man8/libretto-config.8.gz
+share/man/ja/man8/libretto-config.8.gz
@(root,operator,4550) sbin/libretto-config
diff --git a/sysutils/socklog/Makefile b/sysutils/socklog/Makefile
index f793aa85428e..0e109c37cba3 100644
--- a/sysutils/socklog/Makefile
+++ b/sysutils/socklog/Makefile
@@ -1,6 +1,6 @@
PORTNAME= socklog
PORTVERSION= 2.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils net
MASTER_SITES= http://smarden.org/socklog/
@@ -41,8 +41,8 @@ test:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/command/* ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/man/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/man/*.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
+ ${INSTALL_MAN} ${WRKSRC}/man/*.1 ${STAGEDIR}${PREFIX}/share/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/man/*.8 ${STAGEDIR}${PREFIX}/share/man/man8
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
diff --git a/sysutils/socklog/pkg-plist b/sysutils/socklog/pkg-plist
index 04fdb7c26a53..1c22b1da7cfd 100644
--- a/sysutils/socklog/pkg-plist
+++ b/sysutils/socklog/pkg-plist
@@ -3,8 +3,8 @@ bin/socklog-conf
bin/socklog
bin/tryto
bin/uncat
-man/man1/tryto.1.gz
-man/man1/uncat.1.gz
-man/man8/socklog-check.8.gz
-man/man8/socklog-conf.8.gz
-man/man8/socklog.8.gz
+share/man/man1/tryto.1.gz
+share/man/man1/uncat.1.gz
+share/man/man8/socklog-check.8.gz
+share/man/man8/socklog-conf.8.gz
+share/man/man8/socklog.8.gz
diff --git a/sysutils/tw_cli/Makefile b/sysutils/tw_cli/Makefile
index c036658e2031..0ab927dde89f 100644
--- a/sysutils/tw_cli/Makefile
+++ b/sysutils/tw_cli/Makefile
@@ -1,6 +1,6 @@
PORTNAME= tw_cli
PORTVERSION= 9.5.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/
DISTNAME= CLI_freebsd-from_the_10-2-2-1_9-5-5-1_codesets
@@ -26,7 +26,7 @@ NO_WRKSUBDIR= yes
SUB_FILES= 407.status-3ware-raid
PORTDOCS= tw_cli.8.html
PLIST_FILES= etc/periodic/daily/407.status-3ware-raid\
- man/man8/tw_cli.8.gz sbin/tw_cli
+ share/man/man8/tw_cli.8.gz sbin/tw_cli
OPTIONS_DEFINE= DOCS
@@ -34,7 +34,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${ARCH:S,i386,x86,:S,amd64,x86_64,}/tw_cli\
${STAGEDIR}${PREFIX}/sbin/tw_cli
${INSTALL_MAN} ${WRKSRC}/tw_cli.8.nroff\
- ${STAGEDIR}${MAN8PREFIX}/man/man8/tw_cli.8
+ ${STAGEDIR}${PREFIX}/share/man/man8/tw_cli.8
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily
${INSTALL_SCRIPT} ${WRKDIR}/407.status-3ware-raid \
${STAGEDIR}${PREFIX}/etc/periodic/daily/