diff options
author | gahr <gahr@FreeBSD.org> | 2012-11-08 19:16:48 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-11-08 19:16:48 +0800 |
commit | 3fb7c2f1fa1f7b8348243efc9801cbb7187ca1fa (patch) | |
tree | a6ad935a5c9799fc64d0a6890d6b966c58f545ba /security | |
parent | 5bf4cbdf756639692c4c0953065cfe6145e92a89 (diff) | |
download | freebsd-ports-gnome-3fb7c2f1fa1f7b8348243efc9801cbb7187ca1fa.tar.gz freebsd-ports-gnome-3fb7c2f1fa1f7b8348243efc9801cbb7187ca1fa.tar.zst freebsd-ports-gnome-3fb7c2f1fa1f7b8348243efc9801cbb7187ca1fa.zip |
- fix MASTER_SITES
Reported by: PH (via beat@)
Approved by: portmgr@ (implicit)
Feature safe: yes
Diffstat (limited to 'security')
-rw-r--r-- | security/httprint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/httprint/Makefile b/security/httprint/Makefile index 49ab6049c3ca..e4d3f2379381 100644 --- a/security/httprint/Makefile +++ b/security/httprint/Makefile @@ -8,7 +8,7 @@ PORTNAME= httprint PORTVERSION= 301 CATEGORIES= security -MASTER_SITES= http://www.net-square.com/httprint/ +MASTER_SITES= http://net-square.com/zip%20folders/ DISTNAME= ${PORTNAME}_freebsd_${PORTVERSION} MAINTAINER= onatan@gmail.com |