summaryrefslogtreecommitdiff
path: root/audio/oss/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 20:49:47 +0000
committerrillig <rillig>2005-12-05 20:49:47 +0000
commitb4f920543059af038598712771c3211999ef42a6 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /audio/oss/Makefile
parent5bf026ec112f405b514a2d69a72e10fa92c4c524 (diff)
downloadpkgsrc-b4f920543059af038598712771c3211999ef42a6.tar.gz
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'audio/oss/Makefile')
-rw-r--r--audio/oss/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/oss/Makefile b/audio/oss/Makefile
index 4cbbd1e5ccd..5026fd7217d 100644
--- a/audio/oss/Makefile
+++ b/audio/oss/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2005/10/31 16:47:15 tv Exp $
+# $NetBSD: Makefile,v 1.34 2005/12/05 20:49:49 rillig Exp $
DISTNAME= oss-${OSS_VERSION} # Overridden below
PKGNAME= oss-${OSS_VERSION}
@@ -39,8 +39,8 @@ MODSTAT= /usr/bin/modstat
CHROOT?= /usr/sbin/chroot
OSSLIBDIR= ${PREFIX}/lib/oss
-FILES_SUBST+= OSSLIBDIR=${OSSLIBDIR}
-FILES_SUBST+= MODSTAT=${MODSTAT}
+FILES_SUBST+= OSSLIBDIR=${OSSLIBDIR:Q}
+FILES_SUBST+= MODSTAT=${MODSTAT:Q}
# OSS needs to find certain files in /etc, so this package can't be
# made to honor ${PKG_SYSCONFDIR}.