summaryrefslogtreecommitdiff
path: root/www/mod_php4/scripts/configure.php
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_php4/scripts/configure.php
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 '')
-rw-r--r--www/mod_php4/scripts/configure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index d746334a724c..692ca50d4430 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/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/ \\