summaryrefslogtreecommitdiff
path: root/textproc/grep
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-07 19:54:16 +0000
committerjlam <jlam>2006-04-07 19:54:16 +0000
commit67132b728411e214057054b420a8e69f1b606dbc (patch)
tree05135df3032ad91c4e15c3426ff6558fa974a643 /textproc/grep
parentbda489eaea10875b0ffb264df2aa1a7d2b55b9d1 (diff)
downloadpkgsrc-67132b728411e214057054b420a8e69f1b606dbc.tar.gz
List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'textproc/grep')
-rw-r--r--textproc/grep/Makefile4
-rw-r--r--textproc/grep/PLIST3
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/grep/Makefile b/textproc/grep/Makefile
index b05e0461b7f..4475f946d07 100644
--- a/textproc/grep/Makefile
+++ b/textproc/grep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/03/05 16:27:28 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2006/04/07 19:54:17 jlam Exp $
#
DISTNAME= grep-2.5.1
@@ -19,7 +19,7 @@ CONFIGURE_ARGS+= --disable-perl-regexp
USE_TOOLS+= makeinfo
TEXINFO_REQD= 4.0
-INFO_FILES= grep.info
+INFO_FILES= # PLIST
.include "../../mk/bsd.prefs.mk"
diff --git a/textproc/grep/PLIST b/textproc/grep/PLIST
index dc236da4f08..262026aaf23 100644
--- a/textproc/grep/PLIST
+++ b/textproc/grep/PLIST
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2004/03/10 01:50:11 seb Exp $
+@comment $NetBSD: PLIST,v 1.5 2006/04/07 19:54:17 jlam Exp $
bin/${GNU_PROGRAM_PREFIX}grep
bin/${GNU_PROGRAM_PREFIX}egrep
bin/${GNU_PROGRAM_PREFIX}fgrep
+info/grep.info
man/man1/${GNU_PROGRAM_PREFIX}grep.1
man/man1/${GNU_PROGRAM_PREFIX}fgrep.1
man/man1/${GNU_PROGRAM_PREFIX}egrep.1