diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-08-16 16:02:39 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-08-16 16:02:39 +0000 |
commit | 7409a9c4237fa770ca6940514c32cf00f8b65857 (patch) | |
tree | aed89a49d2899faa5689dc7bd27659e4c3f3cbba /security/siphon | |
parent | 211870818a1582b08b8de78afa41c558f74e9660 (diff) |
Add MASTER_SITE_PACKETSTORM as an additional mirror.
PR: 52109
Submitted by: Jim Geovedi <jim@corebsd.or.id>
Approved by: various maintainers, timeouts
Notes
Notes:
svn path=/head/; revision=87066
Diffstat (limited to 'security/siphon')
-rw-r--r-- | security/siphon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/siphon/Makefile b/security/siphon/Makefile index 5d1a3f9c27c2..e38ddd169698 100644 --- a/security/siphon/Makefile +++ b/security/siphon/Makefile @@ -9,7 +9,9 @@ PORTNAME= siphon PORTVERSION= 0.666 CATEGORIES= security MASTER_SITES= ftp://ftp.man.szczecin.pl/pub7/security/network-mapping/siphon/ \ - ftp://the.ausmac.net/sd3a/security/network-mapping/siphon/ + ftp://the.ausmac.net/sd3a/security/network-mapping/siphon/ \ + ${MASTER_SITE_PACKETSTORM} +MASTER_SITE_SUBDIR= UNIX/utilities # http://www.subterrain.net/projects/siphon/ DISTFILES= siphon-v.666.tar.gz siphon-report.pl EXTRACT_ONLY= siphon-v.666.tar.gz |