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.
This commit is contained in:
parent
87bc65a62c
commit
f2482999f1
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue