diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-06-05 15:23:50 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-06-05 15:23:50 +0000 |
commit | 4c0cf05360861c4b42b3c6fefe868c94b9d7927c (patch) | |
tree | 5510c2b9413537049e6f89a7ced0ddedeaa7fc57 /www | |
parent | 7a43598276799300dcdcb4f6043d2345f0fec1c5 (diff) | |
download | freebsd-ports-4c0cf05360861c4b42b3c6fefe868c94b9d7927c.zip |
Fix breakage of previous cosmetique commit
Submitted by: Anders Andersson <anders@sanyusan.se>
Diffstat (limited to 'www')
-rw-r--r-- | www/webalizer-2/Makefile | 3 |
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) |