pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/moc Fixed pkglint warnings.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e961a7e94252
branches:  trunk
changeset: 515613:e961a7e94252
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Jul 04 20:07:04 2006 +0000

description:
Fixed pkglint warnings.

diffstat:

 audio/moc/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 28ed3f6c4523 -r e961a7e94252 audio/moc/Makefile
--- a/audio/moc/Makefile        Tue Jul 04 20:05:22 2006 +0000
+++ b/audio/moc/Makefile        Tue Jul 04 20:07:04 2006 +0000
@@ -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_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"



Home | Main Index | Thread Index | Old Index