summaryrefslogtreecommitdiff
path: root/ham/tnt
diff options
context:
space:
mode:
authorobache <obache>2010-10-03 12:24:19 +0000
committerobache <obache>2010-10-03 12:24:19 +0000
commit27132b42133176adba0d6e6abd73c13b08741dcf (patch)
tree0185a3a8d5bfef7bfe209fa150c0e54b3aa18562 /ham/tnt
parentc20cf3f239a445a67a88b17f41f9196e436a8f43 (diff)
downloadpkgsrc-27132b42133176adba0d6e6abd73c13b08741dcf.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/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"