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 /net/arla/Makefile | |
parent | a86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff) | |
download | pkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz |
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'net/arla/Makefile')
-rw-r--r-- | net/arla/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index 6ab79be58d1..37b74a6d228 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2005/12/05 20:50:44 rillig Exp $ +# $NetBSD: Makefile,v 1.47 2005/12/05 23:55:13 rillig Exp $ DISTNAME= arla-0.38 PKGREVISION= 2 @@ -32,8 +32,8 @@ PKG_FAIL_REASON+= "${PKGNAME} requires kernel sources available under \$$BSDSRCD . endif .endif -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} -CONFIGURE_ARGS+= --with-arlacachedir=${ARLA_CACHE} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} +CONFIGURE_ARGS+= --with-arlacachedir=${ARLA_CACHE:Q} CONFIGURE_ARGS+= --enable-shared=no # Enable one or more of the following kernel compile options as required: |