summaryrefslogtreecommitdiff
path: root/www/mod_php3
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-08-10 16:07:27 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-08-10 16:07:27 +0000
commit78aa9254c26047938056b887a7d2a66f33e7aaee (patch)
treeda6398d9d5a00666f6b769971dfacc0b2e015cd0 /www/mod_php3
parentUse proper type in call to res_mkquery() (diff)
Change PKGNAME to be consistent with apache13-modssl and apache13-ssl:
apache-php3-${VERSION_APACHE} -> apache+php3-${VERSION_APACHE}+${VERSION_PHP3} apache-php3-${VERSION_APACHE}+mod_ssl-${VERSION_MODSSL} -> \ apache+php3+mod_ssl-${VERSION_APACHE}+${VERSION_PHP3}+${VERSION_MODSSL} PR: ports/13056
Notes
Notes: svn path=/head/; revision=20640
Diffstat (limited to 'www/mod_php3')
-rw-r--r--www/mod_php3/Makefile4
-rw-r--r--www/mod_php3/scripts/configure.php2
2 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile
index 1408dee4acbc..3b2b5adf17b7 100644
--- a/www/mod_php3/Makefile
+++ b/www/mod_php3/Makefile
@@ -3,11 +3,11 @@
# Date created: So 21 Jun 1998 16:09:39 CEST
# Whom: Stefan Herrmann <stefan@asterix.webaffairs.net>
#
-# $Id: Makefile,v 1.81 1999/07/03 09:50:38 dirk Exp $
+# $Id: Makefile,v 1.82 1999/07/30 21:06:59 dirk Exp $
#
DISTNAME= apache_${VERSION_APACHE}
-PKGNAME= apache-php3-${VERSION_APACHE}
+PKGNAME= apache+php3-${VERSION_APACHE}+${VERSION_PHP3}
CATEGORIES= www
MASTER_SITES= http://www.apache.org/dist/ \
http://www.rge.com/pub/infosystems/apache/dist/ \
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php
index d746334a724c..692ca50d4430 100644
--- a/www/mod_php3/scripts/configure.php
+++ b/www/mod_php3/scripts/configure.php
@@ -107,7 +107,7 @@ while [ "$1" ]; do
;;
\"modssl\")
cat << EOF
-PKGNAME= apache-php3-\${VERSION_APACHE}+mod_ssl-\${VERSION_MODSSL}
+PKGNAME= apache+php3+mod_ssl-\${VERSION_APACHE}+\${VERSION_PHP3}+\${VERSION_MODSSL}
MASTER_SITES+= http://www.modssl.org/source/ \\
ftp://ftp.modssl.org/source/ \\
ftp://ftp.ecrc.net/pub/security/mod_ssl/ \\