Date: Wed, 20 Mar 2024 19:51:40 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 415a405c9798 - main - ports-mgmt/genplist: Move man pages to share/man Message-ID: <202403201951.42KJpeWm074149@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=415a405c97986a36658d7e6eea2e3fcbc8689b84 commit 415a405c97986a36658d7e6eea2e3fcbc8689b84 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-20 19:23:29 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-20 19:51:25 +0000 ports-mgmt/genplist: Move man pages to share/man Approved by: portmgr (blanket) --- ports-mgmt/genplist/Makefile | 5 +++-- 1 file 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403201951.42KJpeWm074149>