Skip to content

Commit

Permalink
net/cvsup-static: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 24, 2024
1 parent cec9f2d commit 8635b48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion 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-
Expand All @@ -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>
6 changes: 3 additions & 3 deletions 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

0 comments on commit 8635b48

Please sign in to comment.