pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/herrie Remove ${MSGFMT} definition from ${MAKE_E...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/29712473897b
branches:  trunk
changeset: 535119:29712473897b
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Thu Nov 08 04:11:40 2007 +0000

description:
Remove ${MSGFMT} definition from ${MAKE_ENV}, as I was using this during
development but decided it was too crufty.  If it turns out it's
needed, we can always add it again.

diffstat:

 audio/herrie/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 47308196b9fa -r 29712473897b audio/herrie/Makefile
--- a/audio/herrie/Makefile     Thu Nov 08 04:08:46 2007 +0000
+++ b/audio/herrie/Makefile     Thu Nov 08 04:11:40 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/11/08 04:08:46 bjs Exp $
+# $NetBSD: Makefile,v 1.3 2007/11/08 04:11:40 bjs Exp $
 #
 
 DISTNAME=      herrie-1.8.4
@@ -21,7 +21,6 @@
 CONFIGURE_ARGS+=       verbose
 
 EGDIR=                 ${PREFIX}/share/examples/herrie
-MAKE_ENV+=             MSGFMT=${TOOLS_PATH.msgfmt:Q}
 CONFIGURE_ENV+=                CONFDIR=${PKG_SYSCONFDIR:Q}
 CONFIGURE_ENV+=                MANDIR=${PREFIX}/${PKGMANDIR}
 CONFIGURE_ENV+=                TRANSDIR=${PREFIX}/${PKGLOCALEDIR}/locale



Home | Main Index | Thread Index | Old Index