diff options
author | green <green@FreeBSD.org> | 2002-05-17 11:16:03 +0800 |
---|---|---|
committer | green <green@FreeBSD.org> | 2002-05-17 11:16:03 +0800 |
commit | 5f1b840c8a0096b8f6d952fe3591dd74046d9b2e (patch) | |
tree | 259331bf9f2a8c49c410461bb746a553225cc580 /security/cfs/Makefile | |
parent | 43977816df443ccca51f2530c96188ea5b6498e8 (diff) | |
download | freebsd-ports-graphics-5f1b840c8a0096b8f6d952fe3591dd74046d9b2e.tar.gz freebsd-ports-graphics-5f1b840c8a0096b8f6d952fe3591dd74046d9b2e.tar.zst freebsd-ports-graphics-5f1b840c8a0096b8f6d952fe3591dd74046d9b2e.zip |
Upgrade to 1.4.1.
PR: 29638
Submitted by: Scott Renfro <scott@renfro.org>
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; \ |