From fbcd69d8b25c39777f84a09d901395f8d9b8efbf Mon Sep 17 00:00:00 2001 From: asami Date: Fri, 12 Jul 1996 10:27:53 +0000 Subject: 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. --- www/apache20/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'www/apache20') diff --git a/www/apache20/Makefile b/www/apache20/Makefile index 64efb3b0a7f8..78777d258b80 100644 --- a/www/apache20/Makefile +++ b/www/apache20/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 \ -- cgit