diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-07-04 18:54:16 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-07-04 18:54:16 +0000 |
commit | 8c1a3f1e3d34da8093f54bc29e7e6fdaba120976 (patch) | |
tree | 460767d1e3d1bc84b85f67606caca2b9cd351a38 /www/webalizer | |
parent | 334ab5d254707268aab27063489a048b4759009d (diff) | |
download | ports-8c1a3f1e3d34da8093f54bc29e7e6fdaba120976.tar.gz ports-8c1a3f1e3d34da8093f54bc29e7e6fdaba120976.zip |
Notes
Diffstat (limited to 'www/webalizer')
-rw-r--r-- | www/webalizer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index 7cc52ef68962..1936b03ebfc0 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -3,7 +3,7 @@ # Date created: 02.Jun 1998 # Whom: dirk.meyer@dinoex.sub.org # -# $Id: Makefile,v 1.6 1999/03/31 15:15:13 steve Exp $ +# $Id: Makefile,v 1.7 1999/06/10 08:15:16 steve Exp $ DISTNAME= webalizer-1.22-06-src PKGNAME= webalizer-1.22.6 @@ -36,7 +36,7 @@ WEBALIZER_LANG=english CONFIGURE_ARGS+= --with-language=${WEBALIZER_LANG} .endif -pre-fetch: +pre-configure: .if !defined(WEBALIZER_LANG) @${ECHO_MSG} "You can customize the language by typing" .for i in ${SUPP_LANG} |