diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-01-14 10:12:16 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-01-14 10:12:16 +0000 |
commit | 6dbb2f422b912ef7a892c53b146a521ef17a77f4 (patch) | |
tree | 7b11f2243bdb75f21c89dd54a2140125282e15c3 /www | |
parent | 83ed47e16fe3fb680e66fa4ed955491c775d9b43 (diff) | |
download | ports-6dbb2f422b912ef7a892c53b146a521ef17a77f4.tar.gz ports-6dbb2f422b912ef7a892c53b146a521ef17a77f4.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/squidguard/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/squidguard/Makefile b/www/squidguard/Makefile index 6b15fe04ef31..a294c25d66fe 100644 --- a/www/squidguard/Makefile +++ b/www/squidguard/Makefile @@ -9,15 +9,15 @@ PORTNAME= squidGuard PORTVERSION= 1.2.0 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= http://ftp.ost.eltele.no/pub/www/proxy/squidGuard/ \ - ftp://ftp.ost.eltele.no/pub/www/proxy/squidGuard/ \ +MASTER_SITES= http://ftp.teledanmark.no/pub/www/proxy/squidGuard/ \ + ftp://ftp.teledanmark.no/pub/www/proxy/squidGuard/ \ http://web01.ux.tyfon.net/ports/distfiles/ MAINTAINER= ports@tyfon.net COMMENT= A fast redirector for squid LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 -RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid24 +RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-db-inc=${LOCALBASE}/include/db3 \ |