pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/guspatches Placed the substitution actions from ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00cefa6788d2
branches:  trunk
changeset: 493216:00cefa6788d2
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Apr 29 22:16:12 2005 +0000

description:
Placed the substitution actions from the build phase into the configure
phase to avoid a warning. Approved by wiz.

diffstat:

 audio/guspatches/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 784d3ce60c2b -r 00cefa6788d2 audio/guspatches/Makefile
--- a/audio/guspatches/Makefile Fri Apr 29 22:14:46 2005 +0000
+++ b/audio/guspatches/Makefile Fri Apr 29 22:16:12 2005 +0000
@@ -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_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 > \



Home | Main Index | Thread Index | Old Index