diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /www/squidguard | |
parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) | |
download | ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.tar.gz ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.zip |
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes:
svn path=/head/; revision=37252
Diffstat (limited to 'www/squidguard')
-rw-r--r-- | www/squidguard/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/squidguard/Makefile b/www/squidguard/Makefile index 43e778d3964f..5388ce023fd5 100644 --- a/www/squidguard/Makefile +++ b/www/squidguard/Makefile @@ -5,16 +5,16 @@ # $FreeBSD$ # -PORTNAME= squidGuard -PORTVERSION= 1.1.4 -CATEGORIES= www -MASTER_SITES= http://ftp.ost.eltele.no/pub/www/proxy/squidGuard/ \ +PORTNAME= squidGuard +PORTVERSION= 1.1.4 +CATEGORIES= www +MASTER_SITES= http://ftp.ost.eltele.no/pub/www/proxy/squidGuard/ \ ftp://ftp.ost.eltele.no/pub/www/proxy/squidGuard/ MAINTAINER= ports@tyfon.net -BUILD_DEPENDS= ${LOCALBASE}/lib/libdb2.a:${PORTSDIR}/databases/db -RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid23 +BUILD_DEPENDS= ${LOCALBASE}/lib/libdb2.a:${PORTSDIR}/databases/db +RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid23 HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-db-inc=${PREFIX}/include/db2 \ |