diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-06-28 09:00:47 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-06-28 09:00:47 +0000 |
commit | bb915d772a50970d8c7690baaabb9614b80c8042 (patch) | |
tree | fade421d7670b7f6ea72e95a8c3ab84e684175b4 /www/apache13-ssl/Makefile | |
parent | Whoops, forgot to move epic4 from net to irc. (diff) |
Change PKGNAMEs to conform to guidelines.
apache-1.3.6+mod_ssl-2.3.3 -> apache+mod_ssl-1.3.6+2.3.3
apache-1.3.6+ssl_1.35 -> apache+ssl-1.3.6+1.35
Reviewed by: maintainers of both ports
Notes
Notes:
svn path=/head/; revision=19865
Diffstat (limited to 'www/apache13-ssl/Makefile')
-rw-r--r-- | www/apache13-ssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache13-ssl/Makefile b/www/apache13-ssl/Makefile index 176ca0edf509..293d153a2ff2 100644 --- a/www/apache13-ssl/Makefile +++ b/www/apache13-ssl/Makefile @@ -6,13 +6,13 @@ # and apache-ssl port by Mark Murray <mark@grondar.za>. # Oh, and with a little bit of help from Ben :) # -# $Id: Makefile,v 1.56 1999/04/10 07:53:03 dirk Exp $ +# $Id: Makefile,v 1.57 1999/06/02 07:20:36 dirk Exp $ APACHE= 1.3.6 APACHE-SSL= 1.35 DISTNAME= apache_${APACHE} -PKGNAME= apache-${APACHE}+ssl_${APACHE-SSL} +PKGNAME= apache+ssl-${APACHE}+${APACHE-SSL} CATEGORIES= www security MASTER_SITES= ftp://www.apache.org/dist/ \ ftp://ftp.ox.ac.uk/pub/crypto/SSL/Apache-SSL/ \ |