diff options
author | Brian Feldman <green@FreeBSD.org> | 2004-04-23 15:18:28 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2004-04-23 15:18:28 +0000 |
commit | 6e715ac8f59862d279e1d20c85e3cc2b3adf5684 (patch) | |
tree | 0aaa80169663c382187b9a441fd874519c72c9a8 /security/cfs/Makefile | |
parent | 90ab61d5f8ffc4616c83eae3993b2a743a72a272 (diff) |
Notes
Diffstat (limited to 'security/cfs/Makefile')
-rw-r--r-- | security/cfs/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/cfs/Makefile b/security/cfs/Makefile index be02129b97dc..261478ad8183 100644 --- a/security/cfs/Makefile +++ b/security/cfs/Makefile @@ -7,21 +7,17 @@ PORTNAME= cfs PORTVERSION= 1.4.1 -PORTREVESION= 2 +PORTREVESION= 1 CATEGORIES= security MASTER_SITES= http://www.crypto.com/software/ MAINTAINER= green@FreeBSD.org COMMENT= A cryptographic file system implemented as a user-space NFS server -USE_REINPLACE= yes ALL_TARGET= cfs MAN1= cattach.1 cdetach.1 cmkdir.1 cpasswd.1 cfssh.1 MAN8= ccat.8 cfsd.8 cname.8 -post-patch: - ${REINPLACE_CMD} 's/^\.TH SSH/.TH CFSSH/' ${WRKSRC}/cfssh.1 - do-install: @cd ${WRKSRC}; \ ${INSTALL_PROGRAM} ccat cfsd cname ${PREFIX}/sbin; \ |