Skip to content

Commit

Permalink
ports-mgmt/genplist: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 20, 2024
1 parent 6e3a9cc commit 415a405
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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/

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

0 comments on commit 415a405

Please sign in to comment.