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 | 70e377cb9f5d2f46394679cbac3f2282c4741bc7 (patch) | |
tree | 05135df3032ad91c4e15c3426ff6558fa974a643 /textproc/ja-grep | |
parent | bdfb5e6b497e29f8eebefde3f3e202aab11fa98f (diff) | |
download | pkgsrc-70e377cb9f5d2f46394679cbac3f2282c4741bc7.tar.gz |
List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'textproc/ja-grep')
-rw-r--r-- | textproc/ja-grep/Makefile | 5 | ||||
-rw-r--r-- | textproc/ja-grep/PLIST | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/ja-grep/Makefile b/textproc/ja-grep/Makefile index a1ddcf4b317..b2bf5945a4b 100644 --- a/textproc/ja-grep/Makefile +++ b/textproc/ja-grep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/04/07 19:27:19 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2006/04/07 19:54:17 jlam Exp $ DISTNAME= grep-2.4.2 PKGNAME= ja-grep-2.4.2 @@ -19,8 +19,7 @@ GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes CONFIGURE_ARGS+= --program-transform-name='s,^,j,' TEST_TARGET= check - -INFO_FILES= grep.info +INFO_FILES= # PLIST post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ja-grep diff --git a/textproc/ja-grep/PLIST b/textproc/ja-grep/PLIST index a97e94a5f05..9daa654147a 100644 --- a/textproc/ja-grep/PLIST +++ b/textproc/ja-grep/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2006/03/11 13:10:42 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/04/07 19:54:17 jlam Exp $ bin/jgrep bin/jegrep bin/jfgrep +info/grep.info man/man1/jgrep.1 man/man1/jegrep.1 man/man1/jfgrep.1 |