summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-08-16 16:02:39 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-08-16 16:02:39 +0000
commit7409a9c4237fa770ca6940514c32cf00f8b65857 (patch)
treeaed89a49d2899faa5689dc7bd27659e4c3f3cbba /net-mgmt
parentBuild IM with all possible features by default to reduce complaints to (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 'net-mgmt')
-rw-r--r--net-mgmt/angst/Makefile3
-rw-r--r--net-mgmt/ettercap/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/net-mgmt/angst/Makefile b/net-mgmt/angst/Makefile
index d456632015f6..1defe64ab007 100644
--- a/net-mgmt/angst/Makefile
+++ b/net-mgmt/angst/Makefile
@@ -9,7 +9,8 @@
PORTNAME= angst
PORTVERSION= 0.4b
CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
+ ${MASTER_SITE_PACKETSTORM:S:%SUBDIR%:sniffers/angst:}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= krion@FreeBSD.org
diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile
index dea3f5c97b1e..5e3bd97529be 100644
--- a/net-mgmt/ettercap/Makefile
+++ b/net-mgmt/ettercap/Makefile
@@ -8,7 +8,8 @@
PORTNAME= ettercap
PORTVERSION= 0.6.7
CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
+ ${MASTER_SITE_PACKETSTORM:S:%SUBDIR%:sniffers/ettercap:}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= greid@FreeBSD.org