diff options
author | jlam <jlam> | 2006-04-07 19:54:16 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-07 19:54:16 +0000 |
commit | a61836af6c0e9e91ae445f6fc11ca27483ce5716 (patch) | |
tree | 05135df3032ad91c4e15c3426ff6558fa974a643 /textproc/eblook | |
parent | 91c50acec8d96d47f7bcb64f7f7dd8e7335facdf (diff) | |
download | pkgsrc-a61836af6c0e9e91ae445f6fc11ca27483ce5716.tar.gz |
List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'textproc/eblook')
-rw-r--r-- | textproc/eblook/Makefile | 4 | ||||
-rw-r--r-- | textproc/eblook/PLIST | 3 |
2 files changed, 4 insertions, 3 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} diff --git a/textproc/eblook/PLIST b/textproc/eblook/PLIST index 252bb35043b..1c688986c37 100644 --- a/textproc/eblook/PLIST +++ b/textproc/eblook/PLIST @@ -1,2 +1,3 @@ -@comment $NetBSD: PLIST,v 1.3 2004/03/10 01:47:29 seb Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/04/07 19:54:17 jlam Exp $ bin/eblook +info/eblook.info |