git: 8635b483985c - main - net/cvsup-static: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Mar 2024 12:30:44 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=8635b483985c1a805f5fd54bcd199e24dde0b76b commit 8635b483985c1a805f5fd54bcd199e24dde0b76b Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-24 11:03:27 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-24 12:30:30 +0000 net/cvsup-static: Move man pages to share/man Approved by: portmgr (blanket) --- net/cvsup-static/Makefile | 3 ++- net/cvsup-static/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/net/cvsup-static/Makefile b/net/cvsup-static/Makefile index c6ba2a09d051..e1b225289e2d 100644 --- a/net/cvsup-static/Makefile +++ b/net/cvsup-static/Makefile @@ -1,5 +1,6 @@ PORTNAME= cvsup-static PORTVERSION= 16.1h +PORTREVISION= 1 CATEGORIES= net devel MASTER_SITES= LOCAL/delphij PKGNAMEPREFIX= binary- @@ -21,6 +22,6 @@ do-install: (cd ${WRKDIR} && ${COPYTREE_BIN} bin ${STAGEDIR}${PREFIX}) (cd ${WRKDIR} && ${COPYTREE_BIN} sbin ${STAGEDIR}${PREFIX}) (cd ${WRKDIR} && ${COPYTREE_SHARE} share/cvsup ${STAGEDIR}${PREFIX}) - (cd ${WRKDIR} && ${COPYTREE_SHARE} man ${STAGEDIR}${PREFIX}) + (cd ${WRKDIR} && ${COPYTREE_SHARE} man ${STAGEDIR}${PREFIX}/share) .include <bsd.port.mk> diff --git a/net/cvsup-static/pkg-plist b/net/cvsup-static/pkg-plist index 4b73c626d3e9..e243017a166a 100644 --- a/net/cvsup-static/pkg-plist +++ b/net/cvsup-static/pkg-plist @@ -1,7 +1,7 @@ bin/cvpasswd bin/cvsup -man/man1/cvpasswd.1.gz -man/man1/cvsup.1.gz -man/man8/cvsupd.8.gz sbin/cvsupd share/cvsup/License +share/man/man1/cvpasswd.1.gz +share/man/man1/cvsup.1.gz +share/man/man8/cvsupd.8.gz