diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-07-12 10:27:53 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-07-12 10:27:53 +0000 |
commit | c11429a265db8ff3d71ea764202d1ea8d2383591 (patch) | |
tree | 0342ae73fc9d87a71a27ec1dc6997f3946f6d264 /www/mod_php5 | |
parent | Routine Makefile cleanup. Use "." to delimit version numbers, (diff) |
Remove unnecessary DISTFILES and EXTRACT_ONLY.
Remove pst's address from MAINTAINER, I don't know if any script
will fail if we have two addresses here so I don't want to risk
breaking something right before the release.
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 64efb3b0a7f8..78777d258b80 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -3,18 +3,15 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.14 1996/07/11 11:03:17 ache Exp $ +# $Id: Makefile,v 1.15 1996/07/12 06:41:05 pst Exp $ # DISTNAME= apache_1.1.1 PKGNAME= apache-1.1.1 CATEGORIES+= www MASTER_SITES= ftp://www.apache.org/apache/dist/ -DISTFILES= ${DISTNAME}.tar.gz -MAINTAINER= ache@freebsd.org,pst@freebsd.org - -EXTRACT_ONLY= ${DISTNAME}.tar.gz +MAINTAINER= ache@freebsd.org post-install: @if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \ |