summaryrefslogtreecommitdiff
path: root/lang/gpc
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 23:55:01 +0000
committerrillig <rillig>2005-12-05 23:55:01 +0000
commit3dae8fea14cb07876cbc876f030a3b37361f56b8 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /lang/gpc
parentb235a79d8801c0bedb11aebddf494c6cd5c60968 (diff)
downloadpkgsrc-3dae8fea14cb07876cbc876f030a3b37361f56b8.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'lang/gpc')
-rw-r--r--lang/gpc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gpc/Makefile b/lang/gpc/Makefile
index d01b9e9c1a6..2b34b946872 100644
--- a/lang/gpc/Makefile
+++ b/lang/gpc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/12/05 20:50:25 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2005/12/05 23:55:09 rillig Exp $
DISTNAME= gpc-2.1
PKGREVISION= 3
@@ -41,8 +41,8 @@ GPC_SUBPREFIX= ${_GCC_SUBPREFIX}/
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= ${WRKSRC}/configure
-CONFIGURE_ARGS+= --host=${MACHINE_GNU_PLATFORM}
-CONFIGURE_ARGS+= --prefix=${GPC_PREFIX}
+CONFIGURE_ARGS+= --host=${MACHINE_GNU_PLATFORM:Q}
+CONFIGURE_ARGS+= --prefix=${GPC_PREFIX:Q}
CONFIGURE_ARGS+= --infodir=${PREFIX}/info
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= --enable-languages=pascal