diff options
author | pat <pat@FreeBSD.org> | 2002-01-18 06:40:04 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-18 06:40:04 +0800 |
commit | 4c28ed01492258baaa7cc69a72270f16e2f84502 (patch) | |
tree | 009314f6db47a253dd6e7cbaa7b788ca35323c46 /security | |
parent | 8413ecdfc8ca583579e07ee185460bbcebd9f8fc (diff) | |
download | freebsd-ports-gnome-4c28ed01492258baaa7cc69a72270f16e2f84502.tar.gz freebsd-ports-gnome-4c28ed01492258baaa7cc69a72270f16e2f84502.tar.zst freebsd-ports-gnome-4c28ed01492258baaa7cc69a72270f16e2f84502.zip |
Fix mastersites
PR: 33979
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Reported by: bento
Diffstat (limited to 'security')
-rw-r--r-- | security/altivore/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/altivore/Makefile b/security/altivore/Makefile index 0a1913e8ec2c..ff40e518e185 100644 --- a/security/altivore/Makefile +++ b/security/altivore/Makefile @@ -8,7 +8,8 @@ PORTNAME= altivore PORTVERSION= 0.9.3 CATEGORIES= security -MASTER_SITES= http://www.networkice.com/altivore/ +MASTER_SITES= http://www.robertgraham.com/altivore/ \ + http://www.networkice.com/altivore/ DISTNAME= altivore EXTRACT_SUFX= .c |