ports-mgmt/genplist: Move man pages to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Nuno Teixeira 2024-03-20 19:23:29 +00:00
parent 6e3a9cc9b1
commit 415a405c97
1 changed files with 3 additions and 2 deletions

View File

@ -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>