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 | 729e1cfc2e775d2eb3d8f4838bc27c0d289be828 (patch) | |
tree | 0185a3a8d5bfef7bfe209fa150c0e54b3aa18562 /ham/tnt | |
parent | 08a103f093ee07744251e2701bd197d8b30ad5a6 (diff) | |
download | pkgsrc-729e1cfc2e775d2eb3d8f4838bc27c0d289be828.tar.gz |
Subst missing replacement in intl/Makefile with configure.
gmake-3.82 dislike it.
Diffstat (limited to 'ham/tnt')
-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" |