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,26 +1,27 @@ PORTNAME= cvsup-static PORTVERSION= 16.1h +PORTREVISION= 1 CATEGORIES= net devel MASTER_SITES= LOCAL/delphij PKGNAMEPREFIX= binary- DISTNAME= cvsup-without-gui-static-${ARCH}-${PORTVERSION} MAINTAINER= delphij@FreeBSD.org COMMENT= File distribution system optimized for CVS ONLY_FOR_ARCHS= amd64 CONFLICTS_INSTALL= modula3 DISTINFO_FILE= ${.CURDIR}/distinfo.${ARCH} NO_BUILD= yes USES= tar:xz 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 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