summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-06-05 15:23:50 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-06-05 15:23:50 +0000
commit4c0cf05360861c4b42b3c6fefe868c94b9d7927c (patch)
tree5510c2b9413537049e6f89a7ced0ddedeaa7fc57 /www
parentAdd MAINTAINER Udo Schweigert <ust@cert.siemens.de> (diff)
Fix breakage of previous cosmetique commit
Submitted by: Anders Andersson <anders@sanyusan.se>
Notes
Notes: svn path=/head/; revision=29230
Diffstat (limited to 'www')
-rw-r--r--www/webalizer-2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/webalizer-2/Makefile b/www/webalizer-2/Makefile
index 691cdac2d97e..ac739e658c72 100644
--- a/www/webalizer-2/Makefile
+++ b/www/webalizer-2/Makefile
@@ -34,7 +34,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/-src$//}
MAKE_ARGS+= CFLAGS="${CFLAGS}"
.if defined(BATCH)
-WEBALIZER_LANG= english
+# no cosmetique spaces allowed
+WEBALIZER_LANG=english
.endif
.if defined(WEBALIZER_LANG)