diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-15 14:24:08 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-15 14:24:08 +0000 |
commit | fad97cd883ff71372c93170ac8c3e63637016ada (patch) | |
tree | 8b966397ce54f8ac4fba9885b10bd844862a01e4 /net/despoof | |
parent | Add MASTER_SITE_PACKETSTORM (diff) |
Add MASTER_SITE_PACKETSTORM as additional mirror
PR: 45396
Submitted by: Jim Geovedi <negative@magnesium.net>
Notes
Notes:
svn path=/head/; revision=75577
Diffstat (limited to 'net/despoof')
-rw-r--r-- | net/despoof/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/despoof/Makefile b/net/despoof/Makefile index 2be22c7e3b9a..6f3aec1513a1 100644 --- a/net/despoof/Makefile +++ b/net/despoof/Makefile @@ -9,7 +9,8 @@ PORTNAME= despoof PORTVERSION= 0.9 CATEGORIES= net security MASTER_SITES= http://razor.bindview.com/tools/files/ \ - http://packetstorm.securify.com/UNIX/misc/ + ${MASTER_SITE_PACKETSTORM} +MASTER_SITE_SUBDIR= UNIX/misc EXTRACT_SUFX= .tgz MAINTAINER= roam@FreeBSD.org |