aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-09 10:32:12 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-09 10:32:17 +0000
commit03c7f3c4124caf0cd8735753986ee630eadd37a1 (patch)
tree189a80efa2e38aa19030ea7b4b8cb695b45c1793 /ports-mgmt
parent7f150628b82a9393c17e596a0b838a425c3842ea (diff)
downloadports-03c7f3c4124caf0cd8735753986ee630eadd37a1.tar.gz
ports-03c7f3c4124caf0cd8735753986ee630eadd37a1.zip
MANPREFIX: eleminate its usage and move man to share/man
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/genpatch/Makefile10
-rw-r--r--ports-mgmt/portal/Makefile6
-rw-r--r--ports-mgmt/porttree/Makefile4
3 files changed, 10 insertions, 10 deletions
diff --git a/ports-mgmt/genpatch/Makefile b/ports-mgmt/genpatch/Makefile
index 8ca001b9ac4c..03006e600237 100644
--- a/ports-mgmt/genpatch/Makefile
+++ b/ports-mgmt/genpatch/Makefile
@@ -1,6 +1,6 @@
PORTNAME= genpatch
PORTVERSION= 1.40
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= ports-mgmt
MASTER_SITES= # none
DISTFILES= # none
@@ -16,9 +16,9 @@ SUB_LIST= WORKPATH=${PORTWORK}
PLIST_FILES= bin/dupe \
bin/genpatch \
bin/portfix \
- man/man1/dupe.1.gz \
- man/man1/genpatch.1.gz \
- man/man1/portfix.1.gz
+ share/man/man1/dupe.1.gz \
+ share/man/man1/genpatch.1.gz \
+ share/man/man1/portfix.1.gz
.include <bsd.port.options.mk>
@@ -41,6 +41,6 @@ do-install:
${INSTALL_SCRIPT} ${WRKDIR}/genpatch ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKDIR}/portfix ${STAGEDIR}${PREFIX}/bin
(cd ${FILESDIR} && ${INSTALL_MAN} dupe.1 genpatch.1 portfix.1 \
- ${STAGEDIR}${MANPREFIX}/man/man1)
+ ${STAGEDIR}${PREFIX}/share/man/man1)
.include <bsd.port.mk>
diff --git a/ports-mgmt/portal/Makefile b/ports-mgmt/portal/Makefile
index ef8c3301a382..e6c3083f6d73 100644
--- a/ports-mgmt/portal/Makefile
+++ b/ports-mgmt/portal/Makefile
@@ -1,6 +1,6 @@
PORTNAME= portal
PORTVERSION= 0.4
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= ports-mgmt
MAINTAINER= ports@FreeBSD.org
@@ -10,7 +10,7 @@ WWW= https://github.com/culot/portal
LICENSE= BSD2CLAUSE
PLIST_FILES= bin/${PORTNAME} \
- man/man1/${PORTNAME}.1.gz
+ share/man/man1/${PORTNAME}.1.gz
USE_GITHUB= yes
GH_ACCOUNT= culot
@@ -26,6 +26,6 @@ LDFLAGS+= -L${NCURSESLIB}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.post.mk>
diff --git a/ports-mgmt/porttree/Makefile b/ports-mgmt/porttree/Makefile
index 120b60848704..2718609e040c 100644
--- a/ports-mgmt/porttree/Makefile
+++ b/ports-mgmt/porttree/Makefile
@@ -18,14 +18,14 @@ USES= python tar:bzip2 shebangfix
SVN_REV= 114
NO_BUILD= yes
-PLIST_FILES= bin/porttree man/man1/porttree.1.gz
+PLIST_FILES= bin/porttree share/man/man1/porttree.1.gz
NO_ARCH= yes
SHEBANG_FILES= src/porttree.py
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/src/porttree.py ${STAGEDIR}${PREFIX}/bin/porttree
- ${INSTALL_MAN} ${WRKSRC}/src/porttree.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/src/porttree.1 ${STAGEDIR}${PREFIX}/share/man/man1
do-test:
LC_ALL="en_US.UTF-8" ${WRKSRC}/tests/tests.sh