summaryrefslogtreecommitdiff
path: root/sysutils/findutils
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-02-05 17:29:06 +0000
committerwiz <wiz@pkgsrc.org>2000-02-05 17:29:06 +0000
commit2d30c79bb198270213e54ed8586ef3be441ea741 (patch)
treecf750797539f6fbce952535e34583918d0385aaf /sysutils/findutils
parentc09ab133c416e8bbf61511db2d61e0f12fc3b31f (diff)
downloadpkgsrc-2d30c79bb198270213e54ed8586ef3be441ea741.tar.gz
add info-dir entry for info files
Diffstat (limited to 'sysutils/findutils')
-rw-r--r--sysutils/findutils/Makefile4
-rw-r--r--sysutils/findutils/pkg/PLIST4
2 files changed, 6 insertions, 2 deletions
diff --git a/sysutils/findutils/Makefile b/sysutils/findutils/Makefile
index 78985763803..447d1377362 100644
--- a/sysutils/findutils/Makefile
+++ b/sysutils/findutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/12/10 17:32:59 bouyer Exp $
+# $NetBSD: Makefile,v 1.2 2000/02/05 17:29:06 wiz Exp $
# FreeBSD Id: Makefile,v 1.13 1999/01/27 07:41:14 fenner Exp $
DISTNAME= findutils-4.1
@@ -12,4 +12,6 @@ USE_GTEXINFO= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --program-prefix=g
+INFO_FILES= find.info
+
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/findutils/pkg/PLIST b/sysutils/findutils/pkg/PLIST
index b5914463003..978c470180e 100644
--- a/sysutils/findutils/pkg/PLIST
+++ b/sysutils/findutils/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/10 17:32:59 bouyer Exp $
+@comment $NetBSD: PLIST,v 1.2 2000/02/05 17:29:07 wiz Exp $
bin/gfind
bin/gxargs
bin/glocate
@@ -6,9 +6,11 @@ bin/gupdatedb
libexec/gfrcode
libexec/gcode
libexec/gbigram
+@unexec install-info --delete %D/info/find.info %D/info/dir
info/find.info
info/find.info-1
info/find.info-2
+@exec install-info %D/info/find.info %D/info/dir
man/cat1/gfind.1
man/cat1/gxargs.1
man/cat1/glocate.1