aboutsummaryrefslogtreecommitdiff
path: root/devel/cvsadmin
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-09 02:37:20 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-09 02:37:20 +0000
commit9b98c3cecbb7cea3c63fae8f7cc089f989a9e51e (patch)
tree0cd5a4e16049d5a8a04c55bc66d534e8d517b57f /devel/cvsadmin
parentbd63c608a18c45acbe16d7cac45f8983aba245b3 (diff)
downloadports-9b98c3cecbb7cea3c63fae8f7cc089f989a9e51e.tar.gz
ports-9b98c3cecbb7cea3c63fae8f7cc089f989a9e51e.zip
Notes
Diffstat (limited to 'devel/cvsadmin')
-rw-r--r--devel/cvsadmin/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/cvsadmin/Makefile b/devel/cvsadmin/Makefile
index 28465927cd14..c1c6a3603bae 100644
--- a/devel/cvsadmin/Makefile
+++ b/devel/cvsadmin/Makefile
@@ -8,10 +8,9 @@
PORTNAME= cvsadmin
PORTVERSION= 1.0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= gabor
+MASTER_SITES= LOCAL/gabor
MAINTAINER= aehlig@linta.de
COMMENT= A simple program to administrate users of a CVS repository
@@ -21,6 +20,9 @@ GNU_CONFIGURE= yes
MAN1= cvsadmin.1
PLIST_FILES= bin/cvsadmin
+post-configure:
+ ${ECHO_CMD} "#define HAVE_MKDTEMP 1" >> ${WRKSRC}/config.h
+
post-install:
${INSTALL_MAN} ${WRKSRC}/man/cvsadmin.1 ${MANPREFIX}/man/man1