diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-06-07 02:39:22 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-06-07 02:39:22 +0000 |
commit | 68b92c9ba769535e4ae4b238ed4e4c9aba706682 (patch) | |
tree | 51389cef298593404962f27d3a2dfeb4c27abedf /www/apache2 | |
parent | Add p5-HTML-Parser. (diff) |
Adjust NO_LATEST_LINK (now apache-1.3 is the default) after repository
copy of apache -> apache12 and apache-current -> apache13.
Requested by: ache
Notes
Notes:
svn path=/head/; revision=11314
Diffstat (limited to 'www/apache2')
-rw-r--r-- | www/apache2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index 83dabcf10cfc..016308832fee 100644 --- a/www/apache2/Makefile +++ b/www/apache2/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 \ |