summaryrefslogtreecommitdiff
path: root/audio/timidity
diff options
context:
space:
mode:
authorshattered <shattered>2010-10-29 06:56:59 +0000
committershattered <shattered>2010-10-29 06:56:59 +0000
commitf30bf96a241e2c2c06db827ffefaad99bac22903 (patch)
tree59618f25322aa74976c4456a999f5af50dfefcee /audio/timidity
parentaa0e0407a67638dad3a80e0c6a7f480cce68a9e1 (diff)
downloadpkgsrc-f30bf96a241e2c2c06db827ffefaad99bac22903.tar.gz
Delint.
Diffstat (limited to 'audio/timidity')
-rw-r--r--audio/timidity/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile
index 56a6f452c23..83e1f4d701e 100644
--- a/audio/timidity/Makefile
+++ b/audio/timidity/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.72 2010/09/14 11:01:26 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2010/10/29 06:56:59 shattered Exp $
DISTNAME= TiMidity++-2.13.2
PKGNAME= ${DISTNAME:S/TiMidity++/timidity/}
PKGREVISION= 15
-CATEGORIES= audio
+CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=timidity/}
EXTRACT_SUFX= .tar.bz2
@@ -13,14 +13,14 @@ COMMENT= MIDI to WAV renderer and player
PKG_DESTDIR_SUPPORT= user-destdir
-CONFLICTS= kdemultimedia-2.[0-9]*
+CONFLICTS= kdemultimedia-2.*{,nb*}
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-vt100
CONFIGURE_ARGS+= --enable-gtk --enable-wrd --enable-xaw --enable-ncurses
CONFIGURE_ARGS+= --with-ogg="${BUILDLINK_DIR}/include"
CONFIGURE_ARGS+= --with-vorbis="${BUILDLINK_DIR}/include"
-CONFIGURE_ARGS+= --with-default-path=${PKG_SYSCONFDIR:Q}
+CONFIGURE_ARGS+= --with-default-path=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --enable-audio=${TIMIDITY_NATIVE_AUDIO},ao,vorbis,speex
# flac disabled since there is currently (20070111) no patch available
# that adapts timidity for the flac-1.1.3 API
@@ -29,7 +29,7 @@ CONFIGURE_ARGS+= --enable-audio=${TIMIDITY_NATIVE_AUDIO},ao,vorbis,speex
SUBST_CLASSES+= confdir
SUBST_MESSAGE.confdir= Configuring to use PKG_SYSCONFDIR.
-SUBST_STAGE.confdir= post-patch
+SUBST_STAGE.confdir= post-patch
SUBST_FILES.confdir= doc/C/timidity.cfg.5 doc/ja_JP.eucJP/timidity.cfg.5
SUBST_SED.confdir= -e 's,/usr/local/share/timidity,${PKG_SYSCONFDIR},g'