Move pre-fetch target to pre-extract. The desire is to be able to fetch

ports in batch (example, to take to another site and build, or to build
your own distfiles CDROM).

Reviewed by:	Scot W. Hetzel <hetzels@westbend.net> (the Maintainer)
This commit is contained in:
David E. O'Brien 1998-12-02 00:32:38 +00:00
parent a3b041fe62
commit 7368610cb7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15042

View File

@ -3,7 +3,7 @@
# Date created: Sat Oct 31 16:30:00 CDT 1997
# Whom: hetzels@westbend.net
#
# $Id: Makefile,v 1.4 1998/11/19 22:48:42 billf Exp $
# $Id: Makefile,v 1.5 1998/11/25 20:49:01 billf Exp $
#
DISTNAME= apache_1.3.3
@ -88,7 +88,7 @@ CONFIGURE_ARGS+= --enable-suexec \
MAN8+= suexec.8
.endif
pre-fetch:
pre-extract:
@if ! ${LDCONFIG} -r | ${GREP} -q -e "-ldescrypt"; then \
${ECHO} ; \
${ECHO} "WARNING: MS FrontPage Extentions require the DES Library"; \