summaryrefslogtreecommitdiff
path: root/audio/moc
diff options
context:
space:
mode:
authorrillig <rillig>2006-07-04 20:07:04 +0000
committerrillig <rillig>2006-07-04 20:07:04 +0000
commitadb4482b0c8439d83fe464abcdd54ea74d5e92e3 (patch)
tree208fb87f1c4e374be55d7d67426243bbc9e84cdb /audio/moc
parentfc449e27b882cff6767525a3b67eee92defa47b7 (diff)
downloadpkgsrc-adb4482b0c8439d83fe464abcdd54ea74d5e92e3.tar.gz
Fixed pkglint warnings.
Diffstat (limited to 'audio/moc')
-rw-r--r--audio/moc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/moc/Makefile b/audio/moc/Makefile
index 22eff5a2ea3..3e0c944a868 100644
--- a/audio/moc/Makefile
+++ b/audio/moc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/03/09 21:04:41 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2006/07/04 20:07:04 rillig Exp $
DISTNAME= moc-2.4.0
CATEGORIES= audio
@@ -16,12 +16,12 @@ USE_NCURSES= yes
USE_TOOLS+= pkg-config
# We require ncurses because with curses arrow key navigation is buggy
-CONFIGURE_ARGS+= --with-ncurses
+CONFIGURE_ARGS+= --with-ncurses
-SUBST_CLASSES= oss
+SUBST_CLASSES+= oss
SUBST_STAGE.oss= pre-configure
SUBST_FILES.oss= config.example options.c
-SUBST_SED.oss= s,/dev/dsp,${DEVOSSAUDIO},g
+SUBST_SED.oss= -e s,/dev/dsp,${DEVOSSAUDIO},g
SUBST_MESSAGE.oss= Fixing hardcoded audio device.
.include "options.mk"