diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-05 23:01:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-05 23:01:15 +0000 |
commit | 09c65e62db152cd236d8e7fa9800d6ca5dbcb65c (patch) | |
tree | 4e07c14183f81fa76b20edb581fa96f647d4e8fe /misc/lookup/Makefile | |
parent | c62f4447139d60847f6f557717e45350a31756f9 (diff) | |
download | pkgsrc-09c65e62db152cd236d8e7fa9800d6ca5dbcb65c.tar.gz |
List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'misc/lookup/Makefile')
-rw-r--r-- | misc/lookup/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/lookup/Makefile b/misc/lookup/Makefile index adaf8eb569a..11d55ad4b4f 100644 --- a/misc/lookup/Makefile +++ b/misc/lookup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/02/05 23:10:12 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2006/04/05 23:01:16 jlam Exp $ # DISTNAME= lookup-1.4 @@ -18,8 +18,7 @@ EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20 xemacs214 xemacs215 GNU_CONFIGURE= YES MAKEFLAGS+= lispdir=${EMACS_LISPPREFIX}/lookup - -INFO_FILES= lookup.info lookup-guide.info +INFO_FILES= # PLIST CONFIGURE_ARGS+=${EMACS_FLAVOR} |