pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install Quote command strings to be passe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba8f059ea1ff
branches:  trunk
changeset: 488924:ba8f059ea1ff
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Sat Feb 12 04:45:48 2005 +0000

description:
Quote command strings to be passed to configure script.

diffstat:

 pkgtools/pkg_install/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r d7b30a4b42a5 -r ba8f059ea1ff pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile     Sat Feb 12 01:02:50 2005 +0000
+++ b/pkgtools/pkg_install/Makefile     Sat Feb 12 04:45:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.108 2005/01/22 01:03:45 jklos Exp $
+# $NetBSD: Makefile,v 1.109 2005/02/12 04:45:48 uebayasi Exp $
 
 # Notes to package maintainers:
 #
@@ -19,10 +19,10 @@
 
 GNU_CONFIGURE=         # defined
 CONFIGURE_ARGS+=       --with-pkgdbdir=${PKG_DBDIR}
-CONFIGURE_ARGS+=       --with-ftp=${FETCH_CMD}
-CONFIGURE_ARGS+=       --with-mtree=${MTREE}
-CONFIGURE_ARGS+=       --with-pax=${PAX}
-CONFIGURE_ARGS+=       --with-tar=${TAR}
+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}
 
 NO_PKGTOOLS_REQD_CHECK=        # defined
 NO_BUILDLINK=          # defined



Home | Main Index | Thread Index | Old Index