diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 08:07:29 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 08:07:29 +0800 |
commit | ab5aef260ce199d0e9694f1feaae6d295dda1ae5 (patch) | |
tree | 26f2459e341ea172cfe0a40900548bda4bb9c83e /www/apache13-ssl | |
parent | a8843baba6a200bd1438954f77dd13e4fda505d9 (diff) | |
download | freebsd-ports-graphics-ab5aef260ce199d0e9694f1feaae6d295dda1ae5.tar.gz freebsd-ports-graphics-ab5aef260ce199d0e9694f1feaae6d295dda1ae5.tar.zst freebsd-ports-graphics-ab5aef260ce199d0e9694f1feaae6d295dda1ae5.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'www/apache13-ssl')
-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 c2e20e136e1..7c6bbdbc459 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} |