diff options
author | garga <garga@FreeBSD.org> | 2006-08-07 20:55:51 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-08-07 20:55:51 +0800 |
commit | 8fef1666dac5e211856c334f30fd5ab3e590757c (patch) | |
tree | 561458d7ec9452a0735955d1cd1541c973e776d1 /security/amap | |
parent | a728acbd22275f0a9e901159a547c2866aad4802 (diff) | |
download | freebsd-ports-graphics-8fef1666dac5e211856c334f30fd5ab3e590757c.tar.gz freebsd-ports-graphics-8fef1666dac5e211856c334f30fd5ab3e590757c.tar.zst freebsd-ports-graphics-8fef1666dac5e211856c334f30fd5ab3e590757c.zip |
Fix MASTER_SITES and make it fetchable again
PR: ports/101581
Submitted by: Yonatan <onatan at gmail.com> (maintainer)
Diffstat (limited to 'security/amap')
-rw-r--r-- | security/amap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/amap/Makefile b/security/amap/Makefile index 506a2f31238..d040803cb13 100644 --- a/security/amap/Makefile +++ b/security/amap/Makefile @@ -8,7 +8,8 @@ PORTNAME= amap PORTVERSION= 5.2 CATEGORIES= security -MASTER_SITES= http://www.thc.org/releases/ +MASTER_SITES= ${MASTER_SITE_PACKETSTORM} +MASTER_SITE_SUBDIR= groups/thc MAINTAINER= onatan@gmail.com COMMENT= Application mapper |