diff options
author | petef <petef@FreeBSD.org> | 2003-08-17 00:02:39 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-08-17 00:02:39 +0800 |
commit | 42966e4622585ae8d2465576f481e96e1b06efd6 (patch) | |
tree | 0b5463bdf4f8409717af95564f75ebcbbb8af627 /net-mgmt | |
parent | f25689f6044bcfb0943eccb9108d78497b5b6003 (diff) | |
download | freebsd-ports-gnome-42966e4622585ae8d2465576f481e96e1b06efd6.tar.gz freebsd-ports-gnome-42966e4622585ae8d2465576f481e96e1b06efd6.tar.zst freebsd-ports-gnome-42966e4622585ae8d2465576f481e96e1b06efd6.zip |
Add MASTER_SITE_PACKETSTORM as an additional mirror.
PR: 52109
Submitted by: Jim Geovedi <jim@corebsd.or.id>
Approved by: various maintainers, timeouts
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/angst/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/ettercap/Makefile | 3 |
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 |