diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-02 00:32:38 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-02 00:32:38 +0000 |
commit | 7368610cb71505896375347c1abc78246ec2ebf8 (patch) | |
tree | 4c88d8d3d25dd6154a385113b2428fe86079631e | |
parent | Don't use DISTFILES when you have only one file to fetch. (diff) |
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)
Notes
Notes:
svn path=/head/; revision=15042
-rw-r--r-- | www/apache13-fp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache13-fp/Makefile b/www/apache13-fp/Makefile index 1b4c585aa6df..c7ff847a1ce5 100644 --- a/www/apache13-fp/Makefile +++ b/www/apache13-fp/Makefile @@ -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"; \ |