diff options
author | asami <asami@FreeBSD.org> | 1999-06-28 09:00:47 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-06-28 09:00:47 +0000 |
commit | 746bb626583c8cbf454f76f25b1027708f96dcb0 (patch) | |
tree | dfcc7589bb72da805d604283e74459139066875c /www/apache13-ssl | |
parent | 9f2af1211658aa94db184735eafc1d5347bb3f2b (diff) | |
download | FreeBSD-ports-746bb626583c8cbf454f76f25b1027708f96dcb0.zip FreeBSD-ports-746bb626583c8cbf454f76f25b1027708f96dcb0.tar.gz |
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
Diffstat (limited to 'www/apache13-ssl')
-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 176ca0e..293d153 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/ \ |