summaryrefslogtreecommitdiff
path: root/devel/m4
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-02-11 19:17:28 +0000
committertv <tv@pkgsrc.org>1999-02-11 19:17:28 +0000
commit111c4f44b0b78e4097cc867f4de83e07eecb36f1 (patch)
treef76daec9f35f521bddac8b348dfb1657a18a40a2 /devel/m4
parent9e9372fd24433d947a3a4e56ce2d631ed6006a28 (diff)
downloadpkgsrc-111c4f44b0b78e4097cc867f4de83e07eecb36f1.tar.gz
Use install-info in $PATH, so that systems with it in base will work too.
Diffstat (limited to 'devel/m4')
-rw-r--r--devel/m4/pkg/PLIST6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/m4/pkg/PLIST b/devel/m4/pkg/PLIST
index eae83e9b662..0a751b66d88 100644
--- a/devel/m4/pkg/PLIST
+++ b/devel/m4/pkg/PLIST
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 1998/09/22 10:48:44 agc Exp $
+@comment $NetBSD: PLIST,v 1.5 1999/02/11 19:17:31 tv Exp $
bin/gm4
-@unexec %D/bin/install-info --delete %D/info/m4.info %D/info/dir
+@unexec install-info --delete %D/info/m4.info %D/info/dir
info/m4.info
-@exec %D/bin/install-info %D/info/m4.info %D/info/dir
+@exec install-info %D/info/m4.info %D/info/dir
share/examples/gm4/capitalize.m4
share/examples/gm4/comments.m4
share/examples/gm4/ddivert.m4