summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-04-14 04:26:30 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-04-14 04:26:30 +0000
commitdb4f96b2f156a133d0b5b6984174429e242cd3c4 (patch)
tree482459066f815234745764a05b78410dfa721de9
parentFix wrong variable usages. (Essential) (diff)
PKGNAME was hiding within a script.
PR: ports/17998 Submitted by: Christopher Hall <hsw@acm.org>
Notes
Notes: svn path=/head/; revision=27504
-rw-r--r--www/mod_php3/scripts/configure.php3
-rw-r--r--www/mod_php4/scripts/configure.php3
-rw-r--r--www/mod_php5/scripts/configure.php3
3 files changed, 6 insertions, 3 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php
index abbdbc8f2551..a66da55be288 100644
--- a/www/mod_php3/scripts/configure.php
+++ b/www/mod_php3/scripts/configure.php
@@ -155,7 +155,8 @@ while [ "$1" ]; do
;;
\"modssl\")
cat << EOF
-PKGNAME= apache+php+mod_ssl-\${VERSION_APACHE}+\${VERSION_PHP}+\${VERSION_MODSSL}
+PORTNAME= apache+php+mod_ssl
+PORTVERSION= \${VERSION_APACHE}+\${VERSION_PHP}+\${VERSION_MODSSL}
DISTFILES+= mod_ssl-\${VERSION_MODSSL}-\${VERSION_APACHE}\${EXTRACT_SUFX}
USE_OPENSSL= RSA
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index 0ed9ae4a7bce..56430e87a012 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -139,7 +139,8 @@ while [ "$1" ]; do
;;
\"modssl\")
cat << EOF
-PKGNAME= apache+php+mod_ssl-\${VERSION_APACHE}+\${VERSION_PHP}+\${VERSION_MODSSL}
+PORTNAME= apache+php+mod_ssl
+PORTVERSION= \${VERSION_APACHE}+\${VERSION_PHP}+\${VERSION_MODSSL}
DISTFILES+= mod_ssl-\${VERSION_MODSSL}-\${VERSION_APACHE}\${EXTRACT_SUFX}
USE_OPENSSL= RSA
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index 0ed9ae4a7bce..56430e87a012 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -139,7 +139,8 @@ while [ "$1" ]; do
;;
\"modssl\")
cat << EOF
-PKGNAME= apache+php+mod_ssl-\${VERSION_APACHE}+\${VERSION_PHP}+\${VERSION_MODSSL}
+PORTNAME= apache+php+mod_ssl
+PORTVERSION= \${VERSION_APACHE}+\${VERSION_PHP}+\${VERSION_MODSSL}
DISTFILES+= mod_ssl-\${VERSION_MODSSL}-\${VERSION_APACHE}\${EXTRACT_SUFX}
USE_OPENSSL= RSA