aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-20 19:23:29 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-20 19:51:25 +0000
commit415a405c97986a36658d7e6eea2e3fcbc8689b84 (patch)
tree4dee1ab7ca29651df9d71feca1e5e3d21900b398 /ports-mgmt
parent6e3a9cc9b1398ae561f90307c041c4fabe833cee (diff)
downloadports-415a405c97986a36658d7e6eea2e3fcbc8689b84.tar.gz
ports-415a405c97986a36658d7e6eea2e3fcbc8689b84.zip
ports-mgmt/genplist: Move man pages to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/genplist/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/ports-mgmt/genplist/Makefile b/ports-mgmt/genplist/Makefile
index 40d051da59a8..5f8cd085fa3d 100644
--- a/ports-mgmt/genplist/Makefile
+++ b/ports-mgmt/genplist/Makefile
@@ -1,5 +1,6 @@
PORTNAME= genplist
PORTVERSION= 1.2
+PORTREVISION= 1
CATEGORIES= ports-mgmt
MASTER_SITES= http://acadix.biz/Ports/distfiles/
@@ -12,10 +13,10 @@ LICENSE= BSD2CLAUSE
NO_BUILD= yes
USES= tar:xz
-PLIST_FILES= bin/genplist man/man1/genplist.1.gz
+PLIST_FILES= bin/genplist share/man/man1/genplist.1.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/genplist ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/genplist.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/genplist.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>