aboutsummaryrefslogtreecommitdiff
path: root/devel/cvsadmin
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-27 23:57:31 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-27 23:57:31 +0000
commit62fd0f550d2637e893254cd3ab58f759479d4853 (patch)
treec94da1b3e2b0f6de1ba1bf31752cb92895583093 /devel/cvsadmin
parent21a74701f799495280f04ac80cb0dfe993ee3c36 (diff)
downloadports-62fd0f550d2637e893254cd3ab58f759479d4853.tar.gz
ports-62fd0f550d2637e893254cd3ab58f759479d4853.zip
Notes
Diffstat (limited to 'devel/cvsadmin')
-rw-r--r--devel/cvsadmin/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/cvsadmin/Makefile b/devel/cvsadmin/Makefile
index 0ebb28050127..3d77e5842557 100644
--- a/devel/cvsadmin/Makefile
+++ b/devel/cvsadmin/Makefile
@@ -8,18 +8,17 @@ CATEGORIES= devel
MASTER_SITES= LOCAL/gabor
MAINTAINER= aehlig@linta.de
-COMMENT= A simple program to administrate users of a CVS repository
+COMMENT= Simple program to administrate users of a CVS repository
GNU_CONFIGURE= yes
-MAN1= cvsadmin.1
-PLIST_FILES= bin/cvsadmin
+PLIST_FILES= bin/cvsadmin \
+ man/man1/cvsadmin.1.gz
-NO_STAGE= yes
post-configure:
${ECHO_CMD} "#define HAVE_MKDTEMP 1" >> ${WRKSRC}/config.h
post-install:
- ${INSTALL_MAN} ${WRKSRC}/man/cvsadmin.1 ${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/man/cvsadmin.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.mk>