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/apache13 | |
parent | f3c496c50fd8e870ff32b3298e84dd22542366c2 (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.
Notes
Notes:
svn path=/head/; revision=3377
Diffstat (limited to 'www/apache13')
-rw-r--r-- | www/apache13/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile index 64efb3b0a7f8..78777d258b80 100644 --- a/www/apache13/Makefile +++ b/www/apache13/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 \ |