diff options
author | Chris Rees <crees@FreeBSD.org> | 2022-03-30 15:41:53 +0100 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2022-03-30 15:41:53 +0100 |
commit | c19c7b29c3cc8d91ff0ee9049c76e9dbf48170fe (patch) | |
tree | 989ae33acd4bcb67b71adb3d0c66ee32c50f5e81 | |
parent | x11/kf5-plasma-framework: add bugfix from the distributions-list (diff) |
security/cfs: Website updated
When I first set up the repo with CFS in, I noted on the site that
it was deprecated at the time, and simply forgot to update the
description.
-rw-r--r-- | security/cfs/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/security/cfs/Makefile b/security/cfs/Makefile index dad0dcb65ead..e2ff920c6c74 100644 --- a/security/cfs/Makefile +++ b/security/cfs/Makefile @@ -8,9 +8,6 @@ MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/ MAINTAINER= crees@FreeBSD.org COMMENT= Cryptographic file system implemented as a user-space NFS server -DEPRECATED= Deprecated upstream -EXPIRATION_DATE=2022-03-31 - ALL_TARGET= cfs MAKE_ARGS= CC="${CC}" |