diff options
Diffstat (limited to 'www/apache13-ssl/Makefile')
-rw-r--r-- | www/apache13-ssl/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/apache13-ssl/Makefile b/www/apache13-ssl/Makefile index c2e20e136e19..7c6bbdbc4593 100644 --- a/www/apache13-ssl/Makefile +++ b/www/apache13-ssl/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: apache-ssl HTTPSD -# Version required: 1.2.x+ # Date created: 8th November, 1998 # Whom: Adam Laurie <adam@algroup.co.uk> # based on apache port by ache@nagual.pp.ru @@ -11,8 +10,8 @@ APACHE= 1.3.9 APACHE-SSL= 1.37 -DISTNAME= apache_${APACHE} -PKGNAME= apache+ssl-${APACHE}+${APACHE-SSL} +PORTNAME= apache+ssl +PORTVERSION= ${APACHE}+${APACHE-SSL} CATEGORIES= www security MASTER_SITES= ftp://www.apache.org/dist/ \ ftp://ftp.ox.ac.uk/pub/crypto/SSL/Apache-SSL/ \ @@ -31,7 +30,7 @@ MASTER_SITES= ftp://www.apache.org/dist/ \ ftp://apache-ssl.raver.net/pub/ftp.apache-ssl.org/Apache-SSL/ Y2K= http://www.apache-ssl.org/#Y2K - +DISTNAME= apache_${APACHE} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ apache_${APACHE}+ssl_${APACHE-SSL}${EXTRACT_SUFX} |