aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2024-01-21 10:56:01 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2024-01-21 10:57:40 +0000
commit494dab0bcbff555b3dc0251bb59374ac91179041 (patch)
tree77e877853ce828c1f550d23c5d1c4c1960929167
parent66643726ea1011f6dbb17279c3c9bda24692852c (diff)
downloadports-494dab0bcbff555b3dc0251bb59374ac91179041.tar.gz
ports-494dab0bcbff555b3dc0251bb59374ac91179041.zip
ports-mgmt/wanted-ports: Man page cleanup
Move the man page to ${PREFIX}/share/man/man1
-rw-r--r--ports-mgmt/wanted-ports/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports-mgmt/wanted-ports/Makefile b/ports-mgmt/wanted-ports/Makefile
index d0f435f32288..2eda926bc824 100644
--- a/ports-mgmt/wanted-ports/Makefile
+++ b/ports-mgmt/wanted-ports/Makefile
@@ -1,5 +1,5 @@
PORTNAME= wanted-ports
-PORTVERSION= 0.2
+PORTVERSION= 0.3
#PORTREVISION is set from ${CFGFILE}
CATEGORIES= ports-mgmt
MASTER_SITES= # none
@@ -18,7 +18,7 @@ SUB_LIST= PORTNAME=${PORTNAME} \
PKGNAME=${PKGNAME}
PLIST_SUB= PORTNAME=${PORTNAME}
PLIST_FILES= bin/${PORTNAME} \
- man/man1/${PORTNAME}.1.gz
+ share/man/man1/${PORTNAME}.1.gz
.if defined(WANTEDPORTSCFG)
CFGFILE= ${WANTEDPORTSCFG}
@@ -32,6 +32,6 @@ CFGFILE?= /var/db/${PORTNAME}.conf
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
- ${INSTALL_MAN} ${WRKDIR}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1/
+ ${INSTALL_MAN} ${WRKDIR}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/
.include <bsd.port.mk>