diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-24 11:03:27 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-24 12:30:30 +0000 |
commit | 8635b483985c1a805f5fd54bcd199e24dde0b76b (patch) | |
tree | 305135b6b0f6e7721381aa40728c0c53430af3d6 /net | |
parent | cec9f2de7a0f9656f5871e245f66ddfdd11f4c5c (diff) | |
download | ports-8635b483985c1a805f5fd54bcd199e24dde0b76b.tar.gz ports-8635b483985c1a805f5fd54bcd199e24dde0b76b.zip |
Diffstat (limited to 'net')
-rw-r--r-- | net/cvsup-static/Makefile | 3 | ||||
-rw-r--r-- | 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 |