diff options
author | wiz <wiz> | 2000-02-05 17:29:06 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-02-05 17:29:06 +0000 |
commit | c0b4168a2db2cf7c40b6dc466295cd6f7b9952f0 (patch) | |
tree | cf750797539f6fbce952535e34583918d0385aaf /sysutils | |
parent | bceecec66f820f38be51a6b45e01ca977ef8edf9 (diff) | |
download | pkgsrc-c0b4168a2db2cf7c40b6dc466295cd6f7b9952f0.tar.gz |
add info-dir entry for info files
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/findutils/Makefile | 4 | ||||
-rw-r--r-- | sysutils/findutils/pkg/PLIST | 4 |
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 |