diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-05 23:55:01 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-05 23:55:01 +0000 |
commit | 579e97796954edc2469fac176e855589e1dc2997 (patch) | |
tree | 1390f4897127f87b9dc78eb04234494436dbf1a4 /misc/bottlerocket | |
parent | a86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff) | |
download | pkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz |
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'misc/bottlerocket')
-rw-r--r-- | misc/bottlerocket/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/bottlerocket/Makefile b/misc/bottlerocket/Makefile index 5e2cb5fc2df..2a841ceaa3f 100644 --- a/misc/bottlerocket/Makefile +++ b/misc/bottlerocket/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:14 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/12/05 23:55:12 rillig Exp $ DISTNAME= bottlerocket-0.04c CATEGORIES= misc @@ -13,7 +13,7 @@ GNU_CONFIGURE= yes BUILD_TARGET= br X10_PORT?= ${DEFAULT_SERIAL_DEVICE} -CONFIGURE_ARGS+=--with-x10port=${X10_PORT} +CONFIGURE_ARGS+=--with-x10port=${X10_PORT:Q} BUILD_DEFS+= X10_PORT .include "../../mk/bsd.pkg.mk" |