diff options
author | jtb <jtb@pkgsrc.org> | 2001-05-16 22:07:02 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-05-16 22:07:02 +0000 |
commit | 7d0ec0e9fd830e3e11e511a06770bb6e876b34ad (patch) | |
tree | 1d170cc8f902bbcdf522b860d0cc83414dfd1c38 /ham/tnt/Makefile | |
parent | dcc7293242c8101ad3e5725b07fe4fe45bed652c (diff) | |
download | pkgsrc-7d0ec0e9fd830e3e11e511a06770bb6e876b34ad.tar.gz |
Add an info dir entry to tntdoc.info and fix Makefile and PLIST accordingly.
Diffstat (limited to 'ham/tnt/Makefile')
-rw-r--r-- | ham/tnt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ham/tnt/Makefile b/ham/tnt/Makefile index f9e0316ea45..fb1a41e17ae 100644 --- a/ham/tnt/Makefile +++ b/ham/tnt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/02/16 15:13:52 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/05/16 22:07:02 jtb Exp $ # DISTNAME= tnt-1.9.1 @@ -15,4 +15,6 @@ DEPENDS+= dialog-0.6z:../../misc/dialog USE_GMAKE= yes GNU_CONFIGURE= yes +INFO_FILES= tntdoc.info + .include "../../mk/bsd.pkg.mk" |