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/m4 | |
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/m4')
-rw-r--r-- | devel/m4/pkg/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/m4/pkg/PLIST b/devel/m4/pkg/PLIST index 6ee6f50bd79..eae83e9b662 100644 --- a/devel/m4/pkg/PLIST +++ b/devel/m4/pkg/PLIST @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.3 1998/01/24 04:21:23 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.4 1998/09/22 10:48:44 agc Exp $ bin/gm4 @unexec %D/bin/install-info --delete %D/info/m4.info %D/info/dir info/m4.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec %D/bin/install-info %D/info/m4.info %D/info/dir share/examples/gm4/capitalize.m4 share/examples/gm4/comments.m4 |