diff options
author | rillig <rillig> | 2005-12-05 23:55:01 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-12-05 23:55:01 +0000 |
commit | 3dae8fea14cb07876cbc876f030a3b37361f56b8 (patch) | |
tree | 1390f4897127f87b9dc78eb04234494436dbf1a4 /x11/xlockmore | |
parent | b235a79d8801c0bedb11aebddf494c6cd5c60968 (diff) | |
download | pkgsrc-3dae8fea14cb07876cbc876f030a3b37361f56b8.tar.gz |
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'x11/xlockmore')
-rw-r--r-- | x11/xlockmore/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xlockmore/Makefile.common b/x11/xlockmore/Makefile.common index 5c4eb581cc0..be9fb66faee 100644 --- a/x11/xlockmore/Makefile.common +++ b/x11/xlockmore/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.37 2005/12/01 19:17:54 wiz Exp $ +# $NetBSD: Makefile.common,v 1.38 2005/12/05 23:55:24 rillig Exp $ # # This Makefile.common is included by: # @@ -66,7 +66,7 @@ XLOCK_AUDIOPLAY?= ${BUILDLINK_PREFIX.oss}/bin/ossplay . else XLOCK_AUDIOPLAY?= /usr/bin/audioplay . endif -CONFIGURE_ARGS+= --enable-def-play="${XLOCK_AUDIOPLAY}" +CONFIGURE_ARGS+= --enable-def-play=${XLOCK_AUDIOPLAY:Q} .endif .if empty(PKG_OPTIONS:Mxlockmore-dpms) |