diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
commit | c3bb46468efb8e5e67dcd557814ce25e7c9521ee (patch) | |
tree | 94b6306cf43a2f77691932d56a3d8be806d6e130 /www/apache2 | |
parent | 37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (diff) | |
download | ports-c3bb46468efb8e5e67dcd557814ce25e7c9521ee.tar.gz ports-c3bb46468efb8e5e67dcd557814ce25e7c9521ee.zip |
Notes
Diffstat (limited to 'www/apache2')
-rw-r--r-- | www/apache2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index d81c6e81af7c..045724585ad0 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: apache HTTPD -# Version required: 1.3* # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: ache@freebsd.org # # $FreeBSD$ # -DISTNAME= apache_1.3.12 -PKGNAME= apache-1.3.12 +PORTNAME= apache +PORTVERSION= 1.3.12 CATEGORIES= www MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ @@ -24,6 +23,7 @@ MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.mtnranch.net/pub/apache/dist/ \ ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \ ftp://apache.nextpath.com/pub/apache/dist/ +DISTNAME= ${PORTNAME_${PORTVERSION} MAINTAINER= ache@freebsd.org |