diff options
author | wiz <wiz> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-02-22 19:26:05 +0000 |
commit | 0c152e7442b8ddde8405ba9d0f2d4d981d5c3151 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /www/webalizer | |
parent | 8a5fbfcada8ed360c15f5cf866f70753cbb13b39 (diff) | |
download | pkgsrc-0c152e7442b8ddde8405ba9d0f2d4d981d5c3151.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'www/webalizer')
-rw-r--r-- | www/webalizer/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index 271b358658b..807fa59245b 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2007/01/07 09:14:15 rillig Exp $ +# $NetBSD: Makefile,v 1.42 2007/02/22 19:27:24 wiz Exp $ # DISTNAME= webalizer-2.01-10-src @@ -16,7 +16,7 @@ COMMENT= Web server log file analysis program PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} -GNU_CONFIGURE= YES +GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --enable-dns CONFIGURE_ENV+= ac_cv_GDLIB=${BUILDLINK_PREFIX.gd}/include @@ -38,7 +38,7 @@ SUBST_FILES.webalizer= sample.conf webalizer.1 SUBST_SED.webalizer= -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g" PKG_OPTIONS_VAR= PKG_OPTIONS.webalizer -PKG_SUPPORTED_OPTIONS= geoip +PKG_SUPPORTED_OPTIONS= geoip .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mgeoip) |