diff options
author | obache <obache@pkgsrc.org> | 2010-10-03 12:24:19 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-10-03 12:24:19 +0000 |
commit | 9b4c584b2ffda7d8c5d27c367d7fd0b63e5bc1af (patch) | |
tree | 0185a3a8d5bfef7bfe209fa150c0e54b3aa18562 /ham | |
parent | 279b585598353afed7b8fa3c6c9ff6bea6b88c23 (diff) | |
download | pkgsrc-9b4c584b2ffda7d8c5d27c367d7fd0b63e5bc1af.tar.gz |
Subst missing replacement in intl/Makefile with configure.
gmake-3.82 dislike it.
Diffstat (limited to 'ham')
-rw-r--r-- | ham/tnt/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ham/tnt/Makefile b/ham/tnt/Makefile index 119c895cc0d..d04475493cf 100644 --- a/ham/tnt/Makefile +++ b/ham/tnt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2009/02/16 19:20:16 joerg Exp $ +# $NetBSD: Makefile,v 1.26 2010/10/03 12:24:19 obache Exp $ # DISTNAME= tnt-1.9.2 @@ -19,5 +19,12 @@ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes INFO_FILES= yes +SUBST_CLASSES+= missing +SUBST_MESSAGE.missing= Subst missing replacements with configure +SUBST_STAGE.missing= post-configure +SUBST_FILES.missing= intl/Makefile +SUBST_SED.missing= -e 's,@GT_YES@,\#,g' +SUBST_SED.missing+= -e 's,@GT_NO@,,g' + .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |