diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-07 19:54:16 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-07 19:54:16 +0000 |
commit | 90bc26e8c27e484538f0b194e2b72107fb51be8d (patch) | |
tree | 05135df3032ad91c4e15c3426ff6558fa974a643 /textproc/eblook/Makefile | |
parent | 9d9635b43c0b90406ec6115a2e5c39d41b20c458 (diff) | |
download | pkgsrc-90bc26e8c27e484538f0b194e2b72107fb51be8d.tar.gz |
List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'textproc/eblook/Makefile')
-rw-r--r-- | textproc/eblook/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/eblook/Makefile b/textproc/eblook/Makefile index c66fbfb946d..55a64114f38 100644 --- a/textproc/eblook/Makefile +++ b/textproc/eblook/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/04/07 18:59:30 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/04/07 19:54:17 jlam Exp $ # DISTNAME= eblook-1.6.1 @@ -13,7 +13,7 @@ COMMENT= Interactive command-line interface for EPWING electric dictionaries PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= YES -INFO_FILES= eblook.info +INFO_FILES= # PLIST CONFIGURE_ARGS+=--with-eb-conf=${PKG_SYSCONFDIR.eb}/eb.conf LIBS+= ${BUILDLINK_LDADD.iconv} |