diff options
Diffstat (limited to 'security/cfs/Makefile')
-rw-r--r-- | security/cfs/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/security/cfs/Makefile b/security/cfs/Makefile index 89eca103e9d..86948e40f3d 100644 --- a/security/cfs/Makefile +++ b/security/cfs/Makefile @@ -6,12 +6,9 @@ # PORTNAME= cfs -PORTVERSION= 1.4.0b2 +PORTVERSION= 1.4.1 CATEGORIES= security -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 -PORTREVISION= 1 +MASTER_SITES= http://www.crypto.com/software/ MAINTAINER= green@FreeBSD.org @@ -19,8 +16,6 @@ ALL_TARGET= cfs MAN1= cattach.1 cdetach.1 cmkdir.1 cpasswd.1 cfssh.1 MAN8= ccat.8 cfsd.8 cname.8 -NO_WRKSUBDIR= yes - do-install: @cd ${WRKSRC}; \ ${INSTALL_PROGRAM} ccat cfsd cname ${PREFIX}/sbin; \ |