1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Add missing \'s. No functional change.

Submitted by:	kuriyama
This commit is contained in:
Dirk Froemberg 2000-12-11 22:56:18 +00:00
parent 3bc498db0e
commit d19a1256af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35908
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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