diff options
Diffstat (limited to 'www/apache21/Makefile')
-rw-r--r-- | www/apache21/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/apache21/Makefile b/www/apache21/Makefile index d81c6e81af7c..045724585ad0 100644 --- a/www/apache21/Makefile +++ b/www/apache21/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 |