diff options
author | jlam <jlam> | 2006-04-04 14:45:44 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-04 14:45:44 +0000 |
commit | 2297c20c937807d3e0b9b04f2d77f7d43067bc58 (patch) | |
tree | b952c1f0af9da752b35f2b021e4f5cfb35a36023 /ham | |
parent | 3cf680ecb611649d6f6c86000034fefeccc0e8e1 (diff) | |
download | pkgsrc-2297c20c937807d3e0b9b04f2d77f7d43067bc58.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 |