summaryrefslogtreecommitdiff
path: root/www/mod_php3
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2000-12-11 22:56:18 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2000-12-11 22:56:18 +0000
commitd19a1256af034aa3c15add1a3f5c20a19f53f0a4 (patch)
tree5823eec00da5bdfecfb9a35712084e64c6e7b8e4 /www/mod_php3
parentThis port contains e16utils provided on enlightenment ftp. (diff)
Add missing \'s. No functional change.
Submitted by: kuriyama
Notes
Notes: svn path=/head/; revision=35908
Diffstat (limited to 'www/mod_php3')
-rw-r--r--www/mod_php3/scripts/configure.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php
index c8ab1f13ca4d..b3ca28f587ef 100644
--- a/www/mod_php3/scripts/configure.php
+++ b/www/mod_php3/scripts/configure.php
@@ -148,8 +148,8 @@ while [ "$1" ]; do
echo "CONFIGURE_ARGS+=--with-ftp"
;;
\"gettext\")
- echo "LIB_DEPENDS+= intl.1:${PORTSDIR}/devel/gettext"
- echo "CONFIGURE_ARGS+=--with-gettext=${PREFIX}"
+ echo "LIB_DEPENDS+= intl.1:\${PORTSDIR}/devel/gettext"
+ echo "CONFIGURE_ARGS+=--with-gettext=\${PREFIX}"
;;
*)
echo "Invalid option(s): $*" > /dev/stderr