diff options
author | wiz <wiz@pkgsrc.org> | 2000-11-17 14:18:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-11-17 14:18:02 +0000 |
commit | 846d14d818c3c5205fdc6bb0296f5567f5ac30e1 (patch) | |
tree | 27195bb6458164a0c25aa03d3a4d1ffbd8382451 /sysutils/stow/pkg | |
parent | de279132ea9acc7641d0977b97947985b330d7c0 (diff) | |
download | pkgsrc-846d14d818c3c5205fdc6bb0296f5567f5ac30e1.tar.gz |
Correct handling of info files.
Diffstat (limited to 'sysutils/stow/pkg')
-rw-r--r-- | sysutils/stow/pkg/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/stow/pkg/PLIST b/sysutils/stow/pkg/PLIST index 2be84f35ce4..50cbbdacf28 100644 --- a/sysutils/stow/pkg/PLIST +++ b/sysutils/stow/pkg/PLIST @@ -1,3 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/23 15:51:20 agc Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/11/17 14:18:03 wiz Exp $ bin/stow +@unexec install-info --delete %D/info/stow.info %D/info/dir info/stow.info +@exec install-info %D/info/stow.info %D/info/dir |