diff options
author | Niels Heinen <niels@FreeBSD.org> | 2010-03-24 21:57:22 +0000 |
---|---|---|
committer | Niels Heinen <niels@FreeBSD.org> | 2010-03-24 21:57:22 +0000 |
commit | 6a4b1081a4d8be2c18a0dd7e5756fa1c5dd581b0 (patch) | |
tree | 172620d3f69fffadd2541f90786efd4fae0014db /security | |
parent | 2f9fa72cdb6531f437ab4cb8bbbd036f3f8c57ad (diff) |
Marked DEPRECATED and expiration date is set to 2010-04-30. The
port is broken and the software is no longer available/developed
Approved by: itetcu (mentor)
Notes
Notes:
svn path=/head/; revision=251468
Diffstat (limited to 'security')
-rw-r--r-- | security/vpnd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/vpnd/Makefile b/security/vpnd/Makefile index 7613f5d1685e..1984218acc37 100644 --- a/security/vpnd/Makefile +++ b/security/vpnd/Makefile @@ -21,6 +21,9 @@ USE_RC_SUBR= yes PLIST_FILES= sbin/vpnd etc/rc.d/vpnd.sh etc/vpnd.conf.sample etc/vpnd.chat.sample PORTDOCS= README FAQ.TXT SPEED.TXT VERSIONS +DEPRECATED= This software is no longer developed +EXPIRATION_DATE= 2010-04-30 + post-patch: .for f in README globals.c vpnd.c vpnd.conf @${REINPLACE_CMD} -e 's,/etc,${PREFIX}/etc,g' ${WRKSRC}/${f} |