diff options
author | pav <pav@FreeBSD.org> | 2004-12-29 09:37:08 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-12-29 09:37:08 +0800 |
commit | 02a73ef79e88979f378a13fc765cc7ccb0044342 (patch) | |
tree | aad4ac7adcb642f327ef45cb2345227269f4d878 /security | |
parent | abc7d35af3421ac3794b5df6333885b312e4b599 (diff) | |
download | freebsd-ports-gnome-02a73ef79e88979f378a13fc765cc7ccb0044342.tar.gz freebsd-ports-gnome-02a73ef79e88979f378a13fc765cc7ccb0044342.tar.zst freebsd-ports-gnome-02a73ef79e88979f378a13fc765cc7ccb0044342.zip |
- Fix fetching, unbreak
PR: ports/75591
Submitted by: Samy Al Bahra <samy@kerneled.org>
Diffstat (limited to 'security')
-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 |