diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-02-18 12:58:45 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-02-18 12:58:45 +0000 |
commit | 708240f54206b6f2223a1de5aaf62df7e8cf2147 (patch) | |
tree | 013d7d49d988e4cc4d7de9936730c7e4fc646bba /devel/gtexinfo | |
parent | 4a3b8b4f7709a9c5921eb9908f9639cccc803a5e (diff) | |
download | pkgsrc-708240f54206b6f2223a1de5aaf62df7e8cf2147.tar.gz |
Grr. "info/dir" does _not_ belong into PLIST. install-info does
the right thing if it does not yet exist. If one upgrades gtexinfo
via binary pkg info/dir should not globber the old existing info/dir.
Diffstat (limited to 'devel/gtexinfo')
-rw-r--r-- | devel/gtexinfo/pkg/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/gtexinfo/pkg/PLIST b/devel/gtexinfo/pkg/PLIST index 48c58244a9a..e09f4ab3e38 100644 --- a/devel/gtexinfo/pkg/PLIST +++ b/devel/gtexinfo/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 1999/02/11 19:17:30 tv Exp $ +@comment $NetBSD: PLIST,v 1.8 1999/02/18 12:58:45 frueauf Exp $ @unexec install-info --delete --info-dir=%D/info %D/info/info-stnd.info @unexec install-info --delete --info-dir=%D/info %D/info/info.info @unexec install-info --delete --info-dir=%D/info %D/info/texinfo @@ -7,7 +7,6 @@ bin/texi2dvi bin/texindex bin/install-info bin/info -info/dir info/info-stnd.info info/info.info info/texinfo |