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 /devel/libg++ | |
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 'devel/libg++')
-rw-r--r-- | devel/libg++/pkg/PLIST.pre | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libg++/pkg/PLIST.pre b/devel/libg++/pkg/PLIST.pre index e0c62259b7e..f6c4876aed2 100644 --- a/devel/libg++/pkg/PLIST.pre +++ b/devel/libg++/pkg/PLIST.pre @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.pre,v 1.3 1998/09/22 10:48:44 agc Exp $ +@comment $NetBSD: PLIST.pre,v 1.4 1999/02/11 19:17:30 tv Exp $ bin/genclass include/g++/gen/AVLMap.hP include/g++/gen/AVLSet.hP @@ -172,6 +172,6 @@ include/g++/sysent.h include/g++/typemacros.h @dirrm include/g++/gen @dirrm include/g++ -@unexec %D/bin/install-info --delete %D/info/libg++.info %D/info/dir +@unexec install-info --delete %D/info/libg++.info %D/info/dir info/libg++.info -@exec %D/bin/install-info %D/info/libg++.info %D/info/dir +@exec install-info %D/info/libg++.info %D/info/dir |