diff options
author | dirk <dirk@FreeBSD.org> | 2000-12-12 06:56:18 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-12-12 06:56:18 +0800 |
commit | 263084b071c693189dd5b2ace90c37868df82221 (patch) | |
tree | 8a13f45914b6843bf444ac24fc7e0b0cb4f22779 /www | |
parent | d744199ece691562c58bb81e9db3d4fb11e96b2c (diff) | |
download | freebsd-ports-gnome-263084b071c693189dd5b2ace90c37868df82221.tar.gz freebsd-ports-gnome-263084b071c693189dd5b2ace90c37868df82221.tar.zst freebsd-ports-gnome-263084b071c693189dd5b2ace90c37868df82221.zip |
Add missing \'s. No functional change.
Submitted by: kuriyama
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php3/scripts/configure.php | 4 | ||||
-rw-r--r-- | www/mod_php4/scripts/configure.php | 4 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 4 |
3 files changed, 6 insertions, 6 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 diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index c3c13bfec683..1baa169123b7 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -154,8 +154,8 @@ while [ "$1" ]; do echo "CONFIGURE_ARGS+=--enable-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 diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index c3c13bfec683..1baa169123b7 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -154,8 +154,8 @@ while [ "$1" ]; do echo "CONFIGURE_ARGS+=--enable-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 |