summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2005-02-14 02:30:39 +0000
committeruebayasi <uebayasi>2005-02-14 02:30:39 +0000
commita902b80c4f0fcc1fef56f467ae9c9d656372efa0 (patch)
tree675efda2a690bc5b58e8a4ff481a97cb8b7c29f0 /pkgtools
parentf700eaa435683afe9e41e44d8ff6f750d1428891 (diff)
downloadpkgsrc-a902b80c4f0fcc1fef56f467ae9c9d656372efa0.tar.gz
Redo previous; follow the new idiom of quoting variables ("\"${XYZ}"\")
which may be passed to command line, and may contain white spaces.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_install/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 0067800012c..b386f91e043 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2005/02/12 04:45:48 uebayasi Exp $
+# $NetBSD: Makefile,v 1.110 2005/02/14 02:30:39 uebayasi Exp $
# Notes to package maintainers:
#
@@ -19,10 +19,10 @@ COMMENT= Package management and administration tools for pkgsrc
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-pkgdbdir=${PKG_DBDIR}
-CONFIGURE_ARGS+= --with-ftp=${FETCH_CMD:Q}
-CONFIGURE_ARGS+= --with-mtree=${MTREE:Q}
-CONFIGURE_ARGS+= --with-pax=${PAX:Q}
-CONFIGURE_ARGS+= --with-tar=${TAR:Q}
+CONFIGURE_ARGS+= --with-ftp="\"${FETCH_CMD}"\"
+CONFIGURE_ARGS+= --with-mtree="\"${MTREE}"\"
+CONFIGURE_ARGS+= --with-pax="\"${PAX}"\"
+CONFIGURE_ARGS+= --with-tar="\"${TAR}"\"
NO_PKGTOOLS_REQD_CHECK= # defined
NO_BUILDLINK= # defined