diff options
author | ache <ache@FreeBSD.org> | 1996-07-11 19:04:01 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-07-11 19:04:01 +0800 |
commit | aac5174b07c2314a50022a3e879d6cacc73f5bca (patch) | |
tree | 880b1848ebb6ddd4375bcafb81196f3959453642 /www/mod_php4/Makefile | |
parent | 71639f2faafcb46015c42431ff542f317f7153bf (diff) | |
download | freebsd-ports-gnome-aac5174b07c2314a50022a3e879d6cacc73f5bca.tar.gz freebsd-ports-gnome-aac5174b07c2314a50022a3e879d6cacc73f5bca.tar.zst freebsd-ports-gnome-aac5174b07c2314a50022a3e879d6cacc73f5bca.zip |
Upgrade to 1.1.1
OK-ed by: gpalmer
Diffstat (limited to 'www/mod_php4/Makefile')
-rw-r--r-- | www/mod_php4/Makefile | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index 81575c1b2c22..4fefa7a61fbe 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -1,25 +1,21 @@ # New ports collection makefile for: apache HTTPD -# Version required: 1.0.5 +# Version required: 1.1.1 # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.12 1996/06/15 16:58:06 jkh Exp $ +# $Id: Makefile,v 1.13 1996/06/15 17:51:08 jkh Exp $ # -DISTNAME= apache_1.0.5 -PKGNAME= apache-1.0.5 +DISTNAME= apache_1.1.1 +PKGNAME= apache-1.1.1 CATEGORIES+= www -MASTER_SITES= ftp://www.apache.org/apache/dist/ \ - ftp://www.apache.org/apache/dist/contrib/modules/ -DISTFILES= ${DISTNAME}.tar.gz mod_env.c +MASTER_SITES= ftp://www.apache.org/apache/dist/ +DISTFILES= ${DISTNAME}.tar.gz MAINTAINER= pst@freebsd.org EXTRACT_ONLY= ${DISTNAME}.tar.gz -post-extract: - cp ${DISTDIR}/mod_env.c ${WRKSRC}/src - post-install: @if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \ echo "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \ |