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 /editors/emacs20 | |
parent | 062b550c62066ad779cb71e7ac4914a81a002bbe (diff) | |
download | pkgsrc-24a7d52876906cf979392c257e1ff98d8ad6886b.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'editors/emacs20')
-rw-r--r-- | editors/emacs20/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index cc7c543d63e..38235cbf729 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 21:34:26 grant Exp $ +# $NetBSD: Makefile,v 1.8 2003/08/09 10:48:10 seb Exp $ DISTNAME= emacs-20.7 PKGREVISION= 2 @@ -74,7 +74,6 @@ CONFIGURE_ARGS+=--without-ipv6 .endif MAKE_ENV+= INSTALL_STRIP=${_STRIPFLAG_INSTALL} -USE_NEW_TEXINFO= YES INFO_FILES= emacs vip viper forms gnus mh-e cl sc dired-x ediff \ ccmode message widget reftex |