1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Move noise from "pre-fetch" to "pre-configure" where it actually matters.

This commit is contained in:
David E. O'Brien 1999-07-04 18:54:16 +00:00
parent 334ab5d254
commit 8c1a3f1e3d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19999
2 changed files with 4 additions and 4 deletions

View File

@ -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}

View File

@ -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}