diff options
author | seb <seb> | 2003-08-09 10:38:23 +0000 |
---|---|---|
committer | seb <seb> | 2003-08-09 10:38:23 +0000 |
commit | 24a7d52876906cf979392c257e1ff98d8ad6886b (patch) | |
tree | 1e60b674de1a8bcab1e3bf4a4f6256ad21787f40 /devel/readline | |
parent | 062b550c62066ad779cb71e7ac4914a81a002bbe (diff) | |
download | pkgsrc-24a7d52876906cf979392c257e1ff98d8ad6886b.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'devel/readline')
-rw-r--r-- | devel/readline/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/readline/Makefile b/devel/readline/Makefile index 24fe027dba2..0e94ab237a6 100644 --- a/devel/readline/Makefile +++ b/devel/readline/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2003/07/17 21:33:35 grant Exp $ +# $NetBSD: Makefile,v 1.27 2003/08/09 10:44:48 seb Exp $ # DISTNAME= readline-4.3 @@ -21,7 +21,6 @@ USE_LIBTOOL= # defined ALL_TARGET= all-la INSTALL_TARGET= install-la -USE_NEW_TEXINFO= YES INFO_FILES= readline.info history.info rluserman.info .include "../../mk/bsd.pkg.mk" |