diff options
author | tv <tv@pkgsrc.org> | 1999-02-11 19:17:28 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-02-11 19:17:28 +0000 |
commit | 111c4f44b0b78e4097cc867f4de83e07eecb36f1 (patch) | |
tree | f76daec9f35f521bddac8b348dfb1657a18a40a2 /lang | |
parent | 9e9372fd24433d947a3a4e56ce2d631ed6006a28 (diff) | |
download | pkgsrc-111c4f44b0b78e4097cc867f4de83e07eecb36f1.tar.gz |
Use install-info in $PATH, so that systems with it in base will work too.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/elisp-manual/pkg/PLIST | 6 | ||||
-rw-r--r-- | lang/guile/pkg/PLIST | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/elisp-manual/pkg/PLIST b/lang/elisp-manual/pkg/PLIST index b2693f4b814..6a85785e4d4 100644 --- a/lang/elisp-manual/pkg/PLIST +++ b/lang/elisp-manual/pkg/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1998/10/18 19:55:16 dbj Exp $ -@unexec %D/bin/install-info --delete %D/info/elisp %D/info/dir +@comment $NetBSD: PLIST,v 1.2 1999/02/11 19:17:32 tv Exp $ +@unexec install-info --delete %D/info/elisp %D/info/dir info/elisp info/elisp-1 info/elisp-2 @@ -44,4 +44,4 @@ info/elisp-40 info/elisp-41 info/elisp-42 info/elisp-43 -@exec %D/bin/install-info %D/info/elisp %D/info/dir +@exec install-info %D/info/elisp %D/info/dir diff --git a/lang/guile/pkg/PLIST b/lang/guile/pkg/PLIST index 821b0596f2d..690fb013c3c 100644 --- a/lang/guile/pkg/PLIST +++ b/lang/guile/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 1998/11/15 21:28:09 frueauf Exp $ +@comment $NetBSD: PLIST,v 1.5 1999/02/11 19:17:32 tv Exp $ bin/guile bin/guile-config bin/guile-snarf @@ -81,9 +81,9 @@ include/libguile/vectors.h include/libguile/version.h include/libguile/vports.h include/libguile/weaks.h -@unexec %D/bin/install-info --delete %D/info/data-rep.info %D/info/dir +@unexec install-info --delete %D/info/data-rep.info %D/info/dir info/data-rep.info -@exec %D/bin/install-info %D/info/data-rep.info %D/info/dir +@exec install-info %D/info/data-rep.info %D/info/dir lib/libguile.a lib/libguile.so.4.0 share/aclocal/guile.m4 |