diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-04 14:45:44 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-04 14:45:44 +0000 |
commit | 26d17651010daaf679efa7ec9a3706f4fdd74b52 (patch) | |
tree | b952c1f0af9da752b35f2b021e4f5cfb35a36023 /ham | |
parent | 7a5f8df6e207ec87b80b33ca8ba9631899fed11c (diff) | |
download | pkgsrc-26d17651010daaf679efa7ec9a3706f4fdd74b52.tar.gz |
* List the info file entries directly in the PLIST.
* Honor PKGINFODIR and PKGMANDIR.
Diffstat (limited to 'ham')
-rw-r--r-- | ham/tnt/Makefile | 5 | ||||
-rw-r--r-- | ham/tnt/PLIST | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ham/tnt/Makefile b/ham/tnt/Makefile index cbb7f1a7da1..bb3ca8acb50 100644 --- a/ham/tnt/Makefile +++ b/ham/tnt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/02/05 23:09:42 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2006/04/04 14:45:45 jlam Exp $ # DISTNAME= tnt-1.9.1 @@ -18,7 +18,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_TOOLS+= gmake USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes - -INFO_FILES= tntdoc.info +INFO_FILES= # PLIST .include "../../mk/bsd.pkg.mk" diff --git a/ham/tnt/PLIST b/ham/tnt/PLIST index 35db2e8ae3f..cef20fc4851 100644 --- a/ham/tnt/PLIST +++ b/ham/tnt/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.7 2004/08/02 21:22:52 minskim Exp $ +@comment $NetBSD: PLIST,v 1.8 2006/04/04 14:45:45 jlam Exp $ bin/tnt bin/tntc include/tntrun.h +info/tntdoc.info libexec/tnt/.help libexec/tnt/.info libexec/tnt/.logcall |