diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-05-21 13:21:37 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-05-21 13:21:37 +0000 |
commit | 44a4dcd15b62bba7509a6c7e169464318f44a368 (patch) | |
tree | 498bc2ef71f176b8eded02c9e874f91c59335436 /www | |
parent | Make make depend to work with the new gcc (the new preprocessor outputs (diff) |
The port installation fails during brand new installs, e.g not upgrades,
because of a missing file. This patch addresses this and adds an
alternative master site.
PR: 36875
Submitted by: Dan Larsson <ports@tyfon.net>
Notes
Notes:
svn path=/head/; revision=59621
Diffstat (limited to '')
-rw-r--r-- | www/squidguard/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/squidguard/Makefile b/www/squidguard/Makefile index 23de7057c526..1cbee205d513 100644 --- a/www/squidguard/Makefile +++ b/www/squidguard/Makefile @@ -9,12 +9,11 @@ PORTNAME= squidGuard PORTVERSION= 1.2.0 CATEGORIES= www MASTER_SITES= http://ftp.ost.eltele.no/pub/www/proxy/squidGuard/ \ - ftp://ftp.ost.eltele.no/pub/www/proxy/squidGuard/ + ftp://ftp.ost.eltele.no/pub/www/proxy/squidGuard/ \ + http://web01.ux.tyfon.net/ports/distfiles/ MAINTAINER= ports@tyfon.net -BROKEN= "Does not install cleanly" - BUILD_DEPENDS= ${LOCALBASE}/lib/libdb3.so.2:${PORTSDIR}/databases/db3 RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid24 @@ -97,8 +96,6 @@ pre-install: ${CHOWN} -R ${SQUID_UID}:${SQUID_GID} ${DATADIR} ; \ ${FIND} ${DATADIR} -type f -name *.db -exec ${CHMOD} 660 {} \; ; \ ${ECHO_MSG} " -> Blacklist databases installed in: ${DATADIR}" ; \ - ${ECHO_MSG} " -> Be sure to check \"${LOGDIR}/${PORTNAME}.log\" for any errors" ; \ - ${CHOWN} ${SQUID_UID}:${SQUID_GID} ${LOGDIR}/${PORTNAME}.log ; \ else \ ${ECHO_MSG} "===> Existing configuration file found - blacklist databases not created" ; \ fi |