diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-29 01:37:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-29 01:37:08 +0000 |
commit | b6ce3f7d0d7986645ad6197104de4b2cce0772f3 (patch) | |
tree | cbb4795026a5cc090f0b35770a07967c31b3a9bb | |
parent | - This module prototypes the Perl 6 'exported' and 'exportable' traits (diff) |
- Fix fetching, unbreak
PR: ports/75591
Submitted by: Samy Al Bahra <samy@kerneled.org>
Notes
Notes:
svn path=/head/; revision=125403
-rw-r--r-- | security/altivore/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/altivore/Makefile b/security/altivore/Makefile index d8bb94617ea6..cbe755255071 100644 --- a/security/altivore/Makefile +++ b/security/altivore/Makefile @@ -8,7 +8,7 @@ PORTNAME= altivore PORTVERSION= 0.9.3 CATEGORIES= security -MASTER_SITES= http://www.robertgraham.com/altivore/ +MASTER_SITES= http://samy.kerneled.org/stuff/ DISTNAME= altivore EXTRACT_SUFX= .c @@ -18,10 +18,6 @@ COMMENT= A publically disclosed (neither GPL nor open-source) ala Carnivore src RESTRICTED= License does not allow redistribution in any form\ (source, code or otherwise) -BROKEN= Unfetchable -EXPIRATION_DATE=2005-02-18 -DEPRECATED= ${BROKEN} - NO_WRKSUBDIR= yes NO_BUILD= yes USE_REINPLACE= yes |