diff options
Diffstat (limited to 'ham')
-rw-r--r-- | ham/tnt/Makefile | 3 | ||||
-rw-r--r-- | ham/tnt/PLIST | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/ham/tnt/Makefile b/ham/tnt/Makefile index fb1a41e17ae..daba4c53433 100644 --- a/ham/tnt/Makefile +++ b/ham/tnt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/05/16 22:07:02 jtb Exp $ +# $NetBSD: Makefile,v 1.9 2002/02/18 15:14:21 seb Exp $ # DISTNAME= tnt-1.9.1 @@ -17,4 +17,5 @@ GNU_CONFIGURE= yes INFO_FILES= tntdoc.info +.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/ham/tnt/PLIST b/ham/tnt/PLIST index 80a6191a9ad..8d2e2d15cd6 100644 --- a/ham/tnt/PLIST +++ b/ham/tnt/PLIST @@ -1,14 +1,14 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:39:51 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:22 seb Exp $ bin/tnt bin/tntc include/tntrun.h -@unexec install-info --delete --info-dir=%D/info %D/info/tntdoc.info +@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/tntdoc.info info/tntdoc.info info/tntdoc.info-1 info/tntdoc.info-2 info/tntdoc.info-3 info/tntdoc.info-4 -@exec install-info --info-dir=%D/info %D/info/tntdoc.info +@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/tntdoc.info libexec/tnt/help libexec/tnt/info libexec/tnt/logcall |