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/tnt/Makefile | |
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/tnt/Makefile')
-rw-r--r-- | ham/tnt/Makefile | 5 |
1 files changed, 2 insertions, 3 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" |