From 3dae8fea14cb07876cbc876f030a3b37361f56b8 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 5 Dec 2005 23:55:01 +0000 Subject: Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS. --- archivers/dact/Makefile | 4 ++-- archivers/gcpio/Makefile | 4 ++-- archivers/gsharutils/Makefile | 4 ++-- archivers/gtar-base/Makefile | 4 ++-- archivers/szip/Makefile | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'archivers') diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile index 9c1d3877281..4238d3e3210 100644 --- a/archivers/dact/Makefile +++ b/archivers/dact/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/10/07 17:15:40 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2005/12/05 23:55:01 rillig Exp $ # DISTNAME= dact-0.8.3 @@ -15,7 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= YES USE_TOOLS+= gmake -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ENV+= ac_cv_lib_mcrypt_main=no INSTALLATION_DIRS= bin man/man1 diff --git a/archivers/gcpio/Makefile b/archivers/gcpio/Makefile index 3c5d9ad39b3..849f0a91e7a 100644 --- a/archivers/gcpio/Makefile +++ b/archivers/gcpio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2005/12/01 16:41:29 rillig Exp $ +# $NetBSD: Makefile,v 1.28 2005/12/05 23:55:01 rillig Exp $ # DISTNAME= cpio-2.6 @@ -25,7 +25,7 @@ LIBS+= -lgnumalloc .endif .if defined(GNU_PROGRAM_PREFIX) -CONFIGURE_ARGS+= --program-prefix=${GNU_PROGRAM_PREFIX} +CONFIGURE_ARGS+= --program-prefix=${GNU_PROGRAM_PREFIX:Q} .endif PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX:Q} BUILD_DEFS+= GNU_PROGRAM_PREFIX diff --git a/archivers/gsharutils/Makefile b/archivers/gsharutils/Makefile index ca888043bda..d36f2c810fe 100644 --- a/archivers/gsharutils/Makefile +++ b/archivers/gsharutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2005/12/01 16:41:29 rillig Exp $ +# $NetBSD: Makefile,v 1.32 2005/12/05 23:55:01 rillig Exp $ DISTNAME= sharutils-4.2.1 PKGNAME= g${DISTNAME} @@ -40,7 +40,7 @@ CPPFLAGS+= -D_nl_default_dirname=libintl_nl_default_dirname .endif .if defined(GNU_PROGRAM_PREFIX) -CONFIGURE_ARGS+= --program-prefix=${GNU_PROGRAM_PREFIX} +CONFIGURE_ARGS+= --program-prefix=${GNU_PROGRAM_PREFIX:Q} .endif PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX:Q} BUILD_DEFS+= GNU_PROGRAM_PREFIX diff --git a/archivers/gtar-base/Makefile b/archivers/gtar-base/Makefile index fec8c665f1e..a6893532272 100644 --- a/archivers/gtar-base/Makefile +++ b/archivers/gtar-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2005/12/01 16:41:29 rillig Exp $ +# $NetBSD: Makefile,v 1.47 2005/12/05 23:55:01 rillig Exp $ # DISTNAME= tar-1.15.1 @@ -30,7 +30,7 @@ GTAR_PROGRAM_PREFIX?= g # pax installs a "tar" also CONFLICTS+= pax-[0-9]* .else -CONFIGURE_ARGS+= --program-prefix=${GTAR_PROGRAM_PREFIX} +CONFIGURE_ARGS+= --program-prefix=${GTAR_PROGRAM_PREFIX:Q} .endif # lie to configure about gettext -- it does not need GNU gettext diff --git a/archivers/szip/Makefile b/archivers/szip/Makefile index 85d0dcaf374..b913027d124 100644 --- a/archivers/szip/Makefile +++ b/archivers/szip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/02/24 16:20:25 adam Exp $ +# $NetBSD: Makefile,v 1.4 2005/12/05 23:55:01 rillig Exp $ DISTNAME= szip-2.0 CATEGORIES= archivers @@ -13,7 +13,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LIBTOOL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --prefix=${PREFIX} +CONFIGURE_ARGS+= --prefix=${PREFIX:Q} LICENSE= no-commercial-use INSTALLATION_DIRS= include lib -- cgit v1.2.3