diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-04 20:07:04 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-04 20:07:04 +0000 |
commit | ae99cb0f64365ee2829913ae40f6ace5469a10e1 (patch) | |
tree | 208fb87f1c4e374be55d7d67426243bbc9e84cdb /audio | |
parent | b42a2003cc54313518c541326b57ebd594a96738 (diff) | |
download | pkgsrc-ae99cb0f64365ee2829913ae40f6ace5469a10e1.tar.gz |
Fixed pkglint warnings.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/moc/Makefile | 8 |
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" |