diff options
author | seb <seb@pkgsrc.org> | 2003-08-09 10:49:07 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-09 10:49:07 +0000 |
commit | 54951c6c166cd5d8319fb5f7f67be2a905754478 (patch) | |
tree | 4f6f8b11d792cd5dcb2a1e6d660a3d343fb96c50 /ham/tnt | |
parent | f574b6d234d4b4d11eac0c14014d88976087faba (diff) | |
download | pkgsrc-54951c6c166cd5d8319fb5f7f67be2a905754478.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'ham/tnt')
-rw-r--r-- | ham/tnt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ham/tnt/Makefile b/ham/tnt/Makefile index e374951aab8..a2eb8d9570b 100644 --- a/ham/tnt/Makefile +++ b/ham/tnt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/08/07 11:42:25 seb Exp $ +# $NetBSD: Makefile,v 1.14 2003/08/09 10:54:25 seb Exp $ # DISTNAME= tnt-1.9.1 @@ -17,7 +17,6 @@ USE_BUILDLINK2= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_NEW_TEXINFO= YES INFO_FILES= tntdoc.info .include "../../mk/bsd.pkg.mk" |