diff options
author | agc <agc@pkgsrc.org> | 1998-09-22 10:48:43 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-09-22 10:48:43 +0000 |
commit | 0202d38eab3e75f73f9cc0ae4826577460524e96 (patch) | |
tree | 11d074ce3051a13612fb5263ff8773f8d40c31df /devel/libg++ | |
parent | 3bec9bdf2618f218639cc6f923e8d1f3883ea8ae (diff) | |
download | pkgsrc-0202d38eab3e75f73f9cc0ae4826577460524e96.tar.gz |
install-info will create an info dir file, if one doesn't already
exist, so remove the erroneous @exec statements (which wouldn't have
worked anyway).
Diffstat (limited to 'devel/libg++')
-rw-r--r-- | devel/libg++/pkg/PLIST.pre | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libg++/pkg/PLIST.pre b/devel/libg++/pkg/PLIST.pre index 28035b69c13..e0c62259b7e 100644 --- a/devel/libg++/pkg/PLIST.pre +++ b/devel/libg++/pkg/PLIST.pre @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.pre,v 1.2 1998/05/18 14:05:45 tv Exp $ +@comment $NetBSD: PLIST.pre,v 1.3 1998/09/22 10:48:44 agc Exp $ bin/genclass include/g++/gen/AVLMap.hP include/g++/gen/AVLSet.hP @@ -175,4 +175,3 @@ include/g++/typemacros.h @unexec %D/bin/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 [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir |