summaryrefslogtreecommitdiff
path: root/net/cvsup-bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/cvsup-bin/Makefile')
-rw-r--r--net/cvsup-bin/Makefile19
1 files changed, 9 insertions, 10 deletions
diff --git a/net/cvsup-bin/Makefile b/net/cvsup-bin/Makefile
index 0bd6a6a7069a..9d670ee39984 100644
--- a/net/cvsup-bin/Makefile
+++ b/net/cvsup-bin/Makefile
@@ -1,31 +1,30 @@
# New ports collection makefile for: cvsup-bin
-# Version required: 15.4.2
+# Version required: 16.0
# Date created: 12 November 1997
# Whom: Sheldon Hearn <axl@iafrica.com>
#
-# $Id: Makefile,v 1.6 1998/08/17 21:44:57 jdp Exp $
+# $Id: Makefile,v 1.7 1998/09/22 23:20:54 jdp Exp $
#
-DISTNAME= cvsup-bin-15.4.2
+DISTNAME= cvsup-bin-16.0
CATEGORIES= devel net
-MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/ \
- ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/CVSup/ \
- ftp://ftp.polstra.com/pub/FreeBSD/CVSup/
-DISTFILES= cvsup-bin-15.4.2.tar.gz
+MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/ \
+ ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/development/CVSup/
+DISTFILES= cvsup-bin-16.0.tar.gz
MAINTAINER= axl@iafrica.com
NO_BUILD= yes
-MAN1= cvsup.1
+MAN1= cvpasswd.1 cvsup.1
STRIP=
do-configure:
- cd ${WRKSRC}; gunzip cvsup.1.gz
+ cd ${WRKSRC}; gunzip ${MAN1:S/$/.gz/}
do-install:
cd ${WRKSRC}; \
- ${INSTALL_PROGRAM} cvsup ${PREFIX}/bin; \
+ ${INSTALL_PROGRAM} cvpasswd cvsup ${PREFIX}/bin; \
${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1
.include <bsd.port.mk>