aboutsummaryrefslogtreecommitdiff
path: root/security/cfs/Makefile
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-05-23 01:02:39 +0000
committerBrian Feldman <green@FreeBSD.org>2000-05-23 01:02:39 +0000
commit865ed821c56c209d6570dd8efb0f435bb3345c7f (patch)
treecaa7a3c65a73ed9ff77e528e19437d1b80043346 /security/cfs/Makefile
parent0f36f7b097a8c1adb1348f845cc7f22089945279 (diff)
downloadports-865ed821c56c209d6570dd8efb0f435bb3345c7f.tar.gz
ports-865ed821c56c209d6570dd8efb0f435bb3345c7f.zip
Notes
Diffstat (limited to 'security/cfs/Makefile')
-rw-r--r--security/cfs/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/security/cfs/Makefile b/security/cfs/Makefile
index c31e52973d80..531d1eb71ca9 100644
--- a/security/cfs/Makefile
+++ b/security/cfs/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= cfs
-PORTVERSION= 1.3.3.1
+PORTVERSION= 1.4.0b2
CATEGORIES= security
-MASTER_SITES= ftp://ftp.hacktic.nl/pub/crypto/disk/ \
- ftp://ftp.uni-bielefeld.de/pub/crypto/replay/disk/
-DISTNAME= cfs-1.3.3bf
+MASTER_SITES= ftp://ftp.hacktic.nl/pub/crypto/disk/cfs/ \
+ ftp://ftp.uni-bielefeld.de/pub/crypto/replay/disk/cfs/
+DISTNAME= cfs.1.4.0.beta2
MAINTAINER= green@FreeBSD.org
@@ -19,15 +19,13 @@ MAN1= cattach.1 cdetach.1 cmkdir.1 cpasswd.1 cfssh.1
MAN8= ccat.8 cfsd.8 cname.8
RESTRICTED= "contains crypto code"
-pre-build:
- @${CP} ${FILESDIR}/bf_tab.h ${WRKSRC}
+NO_WRKSUBDIR= yes
do-install:
- @${CP} ${WRKSRC}/ssh.1 ${WRKSRC}/cfssh.1
@cd ${WRKSRC}; \
${INSTALL_PROGRAM} ccat cfsd cname ${PREFIX}/sbin; \
${INSTALL_PROGRAM} cattach cdetach cmkdir cpasswd ${PREFIX}/bin; \
- ${INSTALL_SCRIPT} ssh ${PREFIX}/bin/cfssh; \
+ ${INSTALL_SCRIPT} cfssh ${PREFIX}/bin/cfssh; \
${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1; \
${INSTALL_MAN} ${MAN8} ${PREFIX}/man/man8; \
${MKDIR} ${PREFIX}/share/doc/cfs; \