diff options
author | seb <seb@pkgsrc.org> | 2003-08-09 10:59:08 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-09 10:59:08 +0000 |
commit | 56b682547ab69c8cb46ba64a7be665fc46665708 (patch) | |
tree | d07ba0f660c05047a740c044241768026823dfe7 /misc/lookup | |
parent | 4a2efdf6fdd2ffdd80d2004f36cc96ee8d1c5dfe (diff) | |
download | pkgsrc-56b682547ab69c8cb46ba64a7be665fc46665708.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'misc/lookup')
-rw-r--r-- | misc/lookup/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/lookup/Makefile b/misc/lookup/Makefile index cd16024c030..478439ae66a 100644 --- a/misc/lookup/Makefile +++ b/misc/lookup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/08/03 00:41:32 seb Exp $ +# $NetBSD: Makefile,v 1.8 2003/08/09 11:14:08 seb Exp $ # DISTNAME= lookup-1.3 @@ -17,7 +17,6 @@ EMACS_VERSIONS_ACCEPTED= emacs21 emacs20 GNU_CONFIGURE= YES MAKEFLAGS+= lispdir=${EMACS_LISPPREFIX}/lookup -USE_NEW_TEXINFO= YES INFO_FILES= lookup.info lookup-guide.info .include "../../mk/emacs.mk" |