summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authorobache <obache>2010-10-03 12:24:19 +0000
committerobache <obache>2010-10-03 12:24:19 +0000
commitc785cbbfec7cfc053e3e7c17937192c38cd6d35f (patch)
tree0185a3a8d5bfef7bfe209fa150c0e54b3aa18562 /ham
parent3949424361b12359c4cf9adc43d3c6cc6a910ae6 (diff)
downloadpkgsrc-c785cbbfec7cfc053e3e7c17937192c38cd6d35f.tar.gz
Subst missing replacement in intl/Makefile with configure.
gmake-3.82 dislike it.
Diffstat (limited to 'ham')
-rw-r--r--ham/tnt/Makefile9
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"