diff options
author | seb <seb@pkgsrc.org> | 2003-08-03 00:41:32 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-03 00:41:32 +0000 |
commit | a15aa8e109ca328716c916bca3a5f02a0ac6377a (patch) | |
tree | 0e2c80d8eba08771cefdeb3beb5e4cf257300368 /misc/lookup | |
parent | 38cd119b43126a66b04f3eefeefbdb33c9b79f5d (diff) | |
download | pkgsrc-a15aa8e109ca328716c916bca3a5f02a0ac6377a.tar.gz |
Convert to USE_NEW_TEXINFO.
And take care of an overlooked info file.
Diffstat (limited to 'misc/lookup')
-rw-r--r-- | misc/lookup/Makefile | 6 | ||||
-rw-r--r-- | misc/lookup/PLIST | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/misc/lookup/Makefile b/misc/lookup/Makefile index 7978ce89abd..cd16024c030 100644 --- a/misc/lookup/Makefile +++ b/misc/lookup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/21 17:01:17 martti Exp $ +# $NetBSD: Makefile,v 1.7 2003/08/03 00:41:32 seb Exp $ # DISTNAME= lookup-1.3 @@ -17,8 +17,8 @@ EMACS_VERSIONS_ACCEPTED= emacs21 emacs20 GNU_CONFIGURE= YES MAKEFLAGS+= lispdir=${EMACS_LISPPREFIX}/lookup -INFO_FILES= lookup.info +USE_NEW_TEXINFO= YES +INFO_FILES= lookup.info lookup-guide.info .include "../../mk/emacs.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/lookup/PLIST b/misc/lookup/PLIST index 387d7ed8e37..135c8f1d993 100644 --- a/misc/lookup/PLIST +++ b/misc/lookup/PLIST @@ -1,11 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/15 13:33:22 uebayasi Exp $ -@unexec ${INSTALL_INFO} --delete %D/info/lookup.info %D/info/dir +@comment $NetBSD: PLIST,v 1.2 2003/08/03 00:41:33 seb Exp $ info/lookup.info info/lookup.info-1 info/lookup.info-2 info/lookup.info-3 info/lookup-guide.info -@exec ${INSTALL_INFO} --delete %D/info/lookup.info %D/info/dir ${EMACS_LISPPREFIX}/lookup/evi-mule.el ${EMACS_LISPPREFIX}/lookup/evi-mule.elc ${EMACS_LISPPREFIX}/lookup/evi.el |