diff options
author | asami <asami@FreeBSD.org> | 1998-06-07 10:39:22 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-06-07 10:39:22 +0800 |
commit | 7c8c2ea400ed0c1bb8d3fec7ef8eef071b9600ad (patch) | |
tree | 042c07e2ac77fdd7f2a239ed89bf39a63146afa7 /www/apache21/Makefile | |
parent | 92127ffb43fd79214e9d3f8bfbf615bd5122dbfe (diff) | |
download | freebsd-ports-gnome-7c8c2ea400ed0c1bb8d3fec7ef8eef071b9600ad.tar.gz freebsd-ports-gnome-7c8c2ea400ed0c1bb8d3fec7ef8eef071b9600ad.tar.zst freebsd-ports-gnome-7c8c2ea400ed0c1bb8d3fec7ef8eef071b9600ad.zip |
Adjust NO_LATEST_LINK (now apache-1.3 is the default) after repository
copy of apache -> apache12 and apache-current -> apache13.
Requested by: ache
Diffstat (limited to 'www/apache21/Makefile')
-rw-r--r-- | www/apache21/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/apache21/Makefile b/www/apache21/Makefile index 83dabcf10cfc..016308832fee 100644 --- a/www/apache21/Makefile +++ b/www/apache21/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: ache@nagual.pp.ru # -# $Id: Makefile,v 1.51 1998/06/05 17:16:01 ache Exp $ +# $Id: Makefile,v 1.52 1998/06/06 19:09:23 ache Exp $ # DISTNAME= apache_1.3.0 @@ -15,8 +15,6 @@ MASTER_SITES= ftp://www.apache.org/apache/dist/ MAINTAINER= ache@freebsd.org -NO_LATEST_LINK= yes - GNU_CONFIGURE= yes CONFIGURE_ARGS= \ --logfiledir=/var/log \ |