From 8d9404300bd0957c5768200070581e9dc484ac47 Mon Sep 17 00:00:00 2001 From: rillig Date: Fri, 29 Apr 2005 22:16:12 +0000 Subject: Placed the substitution actions from the build phase into the configure phase to avoid a warning. Approved by wiz. --- audio/guspatches/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'audio/guspatches') 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 > \ -- cgit v1.2.3