aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/despoof/Makefile3
-rw-r--r--security/arirang/Makefile4
-rw-r--r--security/flawfinder/Makefile4
-rw-r--r--security/nbaudit/Makefile5
-rw-r--r--security/rats/Makefile4
5 files changed, 14 insertions, 6 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
diff --git a/security/arirang/Makefile b/security/arirang/Makefile
index 66351507f82b..ead37c82b38f 100644
--- a/security/arirang/Makefile
+++ b/security/arirang/Makefile
@@ -9,7 +9,9 @@ PORTNAME= arirang
PORTVERSION= 1.6
PORTEPOCH= 1
CATEGORIES= security www
-MASTER_SITES= http://monkey.org/~pilot/arirang/
+MASTER_SITES= ${MASTER_SITE_PACKETSTORM} \
+ http://monkey.org/~pilot/arirang/
+MASTER_SITE_SUBDIR= UNIX/cgi-scanners
MAINTAINER= roman@xpert.com
diff --git a/security/flawfinder/Makefile b/security/flawfinder/Makefile
index dd6876ef30b1..a5d5dcd1154a 100644
--- a/security/flawfinder/Makefile
+++ b/security/flawfinder/Makefile
@@ -9,7 +9,9 @@
PORTNAME= flawfinder
PORTVERSION= 1.21
CATEGORIES= security devel
-MASTER_SITES= http://www.dwheeler.com/flawfinder/
+MASTER_SITES= ${MASTER_SITE_PACKETSTORM} \
+ http://www.dwheeler.com/flawfinder/
+MASTER_SITE_SUBDIR= UNIX/security
MAINTAINER= jim@corebsd.or.id
diff --git a/security/nbaudit/Makefile b/security/nbaudit/Makefile
index 5476f99bbd78..0d19ff9fac3e 100644
--- a/security/nbaudit/Makefile
+++ b/security/nbaudit/Makefile
@@ -9,8 +9,9 @@
PORTNAME= nbaudit
PORTVERSION= 1.0
CATEGORIES= security
-MASTER_SITES= ftp://ftp.secnet.com/pub/tools/nat10/ \
- ftp://ftp.auscert.org.au/pub/coast/mirrors/ftp.secnet.com/tools/nat10/
+MASTER_SITES= ftp://ftp.auscert.org.au/pub/coast/mirrors/ftp.secnet.com/tools/nat10/ \
+ ${MASTER_SITE_PACKETSTORM}
+MASTER_SITE_SUBDIR= NT/scanners
DISTNAME= nat10
MAINTAINER= ports@FreeBSD.org
diff --git a/security/rats/Makefile b/security/rats/Makefile
index d30278fcfe3e..553cc6d6a55c 100644
--- a/security/rats/Makefile
+++ b/security/rats/Makefile
@@ -8,7 +8,9 @@
PORTNAME= rats
PORTVERSION= 2.1
CATEGORIES= security devel
-MASTER_SITES= http://www.securesoftware.com/rats/
+MASTER_SITES= ${MASTER_SITE_PACKETSTORM} \
+ http://www.securesoftware.com/rats/
+MASTER_SITE_SUBDIR= UNIX/security
MAINTAINER= kris@FreeBSD.org