diff options
author | seb <seb> | 2003-08-09 10:38:23 +0000 |
---|---|---|
committer | seb <seb> | 2003-08-09 10:38:23 +0000 |
commit | 014cd266529e29eef28d5ebb757ca09d84a222fd (patch) | |
tree | 1e60b674de1a8bcab1e3bf4a4f6256ad21787f40 /editors/nano | |
parent | cb5eb6eec4a028bcbd3bbb1426c6bf4d9dfd9330 (diff) | |
download | pkgsrc-014cd266529e29eef28d5ebb757ca09d84a222fd.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'editors/nano')
-rw-r--r-- | editors/nano/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 9086f5f6a1c..a1a354771df 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/07/21 16:44:38 martti Exp $ +# $NetBSD: Makefile,v 1.16 2003/08/09 10:48:09 seb Exp $ DISTNAME= nano-1.0.9 PKGREVISION= 1 @@ -13,7 +13,6 @@ GNU_CONFIGURE= yes USE_BUILDLINK2= yes USE_PKGLOCALEDIR= yes -USE_NEW_TEXINFO= YES INFO_FILES= nano.info .include "../../devel/gettext-lib/buildlink2.mk" |