summaryrefslogtreecommitdiff
path: root/audio/timidity
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-04-22 09:22:05 +0000
committerrillig <rillig@pkgsrc.org>2006-04-22 09:22:05 +0000
commit9fc2d7d28106475bc308a209655b44e662911609 (patch)
tree7693d63ffaaa57cf44393c3f1b19100370b24b85 /audio/timidity
parent1ffbacec96b330949bc61d2a6247b1c2004cdc92 (diff)
downloadpkgsrc-9fc2d7d28106475bc308a209655b44e662911609.tar.gz
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
Diffstat (limited to 'audio/timidity')
-rw-r--r--audio/timidity/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile
index b33a5b5faeb..57f7d4b15fc 100644
--- a/audio/timidity/Makefile
+++ b/audio/timidity/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2006/04/17 13:46:16 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2006/04/22 09:22:06 rillig Exp $
DISTNAME= TiMidity++-2.13.2
PKGNAME= ${DISTNAME:S/TiMidity++/timidity/}
@@ -23,7 +23,7 @@ CONFIGURE_ARGS+= --with-default-path=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --enable-audio=${TIMIDITY_NATIVE_AUDIO},vorbis,flac,speex
SUBST_CLASSES+= confdir
-SUBST_MESSAGE.confdir= "Configuring to use PKG_SYSCONFDIR."
+SUBST_MESSAGE.confdir= Configuring to use PKG_SYSCONFDIR.
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'