summaryrefslogtreecommitdiff
path: root/audio/guspatches
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-04-29 22:16:12 +0000
committerrillig <rillig@pkgsrc.org>2005-04-29 22:16:12 +0000
commit8d9404300bd0957c5768200070581e9dc484ac47 (patch)
tree57817a93172d466e826d1c8744bffb0b1d0eeb07 /audio/guspatches
parentbe1100829ad53e36e66b868c64e91f00e8eb7ce2 (diff)
downloadpkgsrc-8d9404300bd0957c5768200070581e9dc484ac47.tar.gz
Placed the substitution actions from the build phase into the configure
phase to avoid a warning. Approved by wiz.
Diffstat (limited to 'audio/guspatches')
-rw-r--r--audio/guspatches/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/guspatches/Makefile b/audio/guspatches/Makefile
index 9ad1da82c56..041c72a9ec9 100644
--- a/audio/guspatches/Makefile
+++ b/audio/guspatches/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/12/03 14:20:03 ben Exp $
+# $NetBSD: Makefile,v 1.11 2005/04/29 22:16:12 rillig Exp $
#
DISTNAME= dgguspat
@@ -16,10 +16,11 @@ NO_BIN_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
EXTRACT_ONLY= # empty
-NO_CONFIGURE= yes
+NO_TOOLS= yes
+NO_BUILD= yes
MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR}
-do-build:
+do-configure:
${SED} "s|@PREFIX@|${PREFIX}|" < ${FILESDIR}/gravis.cfg > \
${WRKDIR}/gravis.cfg
${SED} "s|@PREFIX@|${PREFIX}|" < ${FILESDIR}/timidity.cfg > \