git: 02255b9f3665 - main - ports-mgmt/portsnap: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Mar 2024 08:21:51 UTC
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=02255b9f366551deecc65cb84b73d08002b33eae commit 02255b9f366551deecc65cb84b73d08002b33eae Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2024-03-29 08:13:54 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2024-03-29 08:13:55 +0000 ports-mgmt/portsnap: Move man pages to share/man Approved by: portmgr (blanket) --- ports-mgmt/portsnap/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ports-mgmt/portsnap/Makefile b/ports-mgmt/portsnap/Makefile index be779cf001e6..e1041a48cd06 100644 --- a/ports-mgmt/portsnap/Makefile +++ b/ports-mgmt/portsnap/Makefile @@ -1,6 +1,6 @@ PORTNAME= portsnap PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ports-mgmt net MASTER_SITES= http://www.daemonology.net/portsnap/ @@ -18,8 +18,8 @@ SUB_FILES= pkg-message PLIST_FILES= "@sample etc/portsnap.conf.sample" \ libexec/make_index \ sbin/portsnap \ - man/man5/portsnap.conf.5.gz \ - man/man8/portsnap.8.gz + share/man/man5/portsnap.conf.5.gz \ + share/man/man8/portsnap.8.gz .include <bsd.port.pre.mk> @@ -36,8 +36,8 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/portsnap ${STAGEDIR}/${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/make_index ${STAGEDIR}/${PREFIX}/libexec - ${INSTALL_MAN} ${WRKSRC}/portsnap.conf.5 ${STAGEDIR}/${PREFIX}/man/man5/ - ${INSTALL_MAN} ${WRKSRC}/portsnap.8 ${STAGEDIR}/${PREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/portsnap.conf.5 ${STAGEDIR}/${PREFIX}/share/man/man5/ + ${INSTALL_MAN} ${WRKSRC}/portsnap.8 ${STAGEDIR}/${PREFIX}/share/man/man8/ ${INSTALL_DATA} ${WRKSRC}/portsnap.conf \ ${STAGEDIR}/${PREFIX}/etc/portsnap.conf.sample