diff options
author | bjs <bjs@pkgsrc.org> | 2007-11-08 04:11:40 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2007-11-08 04:11:40 +0000 |
commit | f2482999f170b0d8f285e641a79f90b5bec9e1bf (patch) | |
tree | f599a6d35070309af88d48e2122c0a09497e3c0b /audio | |
parent | 87bc65a62cb1d3dfd46e25df7dce1af9ed589e61 (diff) | |
download | pkgsrc-f2482999f170b0d8f285e641a79f90b5bec9e1bf.tar.gz |
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 (limited to 'audio')
-rw-r--r-- | audio/herrie/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/herrie/Makefile b/audio/herrie/Makefile index 6fc07a8b47e..189a983581b 100644 --- a/audio/herrie/Makefile +++ b/audio/herrie/Makefile @@ -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+= no_xspf 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 |