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/apache13-ssl/Makefile | |
parent | 37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (diff) | |
download | ports-c3bb46468efb8e5e67dcd557814ce25e7c9521ee.tar.gz ports-c3bb46468efb8e5e67dcd557814ce25e7c9521ee.zip |
Notes
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} |