diff options
author | peter <peter@FreeBSD.org> | 1997-08-13 02:20:06 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-08-13 02:20:06 +0800 |
commit | b9f72ed1a87df178303c184d9f5654c75fbfad33 (patch) | |
tree | 328a06888be2f87250a16da626ddec04418e92a0 /www/apache21/Makefile | |
parent | 7ea96711ee1c3dcdd0d1744bba9398cd75229f4f (diff) | |
download | freebsd-ports-gnome-b9f72ed1a87df178303c184d9f5654c75fbfad33.tar.gz freebsd-ports-gnome-b9f72ed1a87df178303c184d9f5654c75fbfad33.tar.zst freebsd-ports-gnome-b9f72ed1a87df178303c184d9f5654c75fbfad33.zip |
Update the repository copied (with history) apache 1.2.1 to 1.3a1 from the
original apache-current port.
Diffstat (limited to 'www/apache21/Makefile')
-rw-r--r-- | www/apache21/Makefile | 26 |
1 files changed, 11 insertions, 15 deletions
diff --git a/www/apache21/Makefile b/www/apache21/Makefile index 6fb5c8770b4f..a1bbebd1ec00 100644 --- a/www/apache21/Makefile +++ b/www/apache21/Makefile @@ -1,28 +1,21 @@ # New ports collection makefile for: apache HTTPD -# Version required: 1.2.1 +# Version required: 1.3a1 # Date created: Fri Aug 25 16:42:36 CDT 1995 -# Whom: erich@rrnet.com +# Whom: ache@nagual.pp.ru # -# $Id: Makefile,v 1.35 1997/07/08 13:04:09 ache Exp $ +# $Id: Makefile,v 1.1.1.1 1997/07/26 17:14:02 ache Exp $ # -DISTNAME= apache_1.2.1 -PKGNAME= apache-1.2.1 +DISTNAME= apache_1.3a1 +PKGNAME= apache-1.3a1 CATEGORIES= www MASTER_SITES= ftp://www.apache.org/apache/dist/ MAINTAINER= ache@freebsd.org -# User-controlled variables list -# DIR_ACHE - add SuppressHTMLPreamble option to directory index -# see http://www.nagual.ru/~ache/apache_dir.html -# SECURE_SERVER - build Apache with SSL - -.if defined(DIR_ACHE) -PATCH_SITES+= http://www.nagual.pp.ru/~ache/ -PATCHFILES+= dir.patch -VERS_ID= dir/ache -.endif +# User-controlled variable: +# Set it for local-supplied patch, f.e. +# VERS_ID = mods-1.0/me .if defined(VERS_ID) post-patch: @@ -32,6 +25,9 @@ post-patch: < Configuration.old > Configuration .endif +post-patch: + ${CP} /usr/include/md5.h ${WRKSRC}/src/md5.h + post-install: @if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \ echo "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \ |