diff options
author | wiz <wiz> | 2000-11-17 14:07:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-11-17 14:07:44 +0000 |
commit | 06490bb1840362fd12dd03394c70f0f6f7e4ea08 (patch) | |
tree | 200d9befa5b22bf12c5f9a9fd224472382badb5f | |
parent | 4be8b90fdb1cd4fb7e6364e7cd7e003f69c34773 (diff) | |
download | pkgsrc-06490bb1840362fd12dd03394c70f0f6f7e4ea08.tar.gz |
Correct handling of info files.
-rw-r--r-- | lang/smalltalk/pkg/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/smalltalk/pkg/PLIST b/lang/smalltalk/pkg/PLIST index 170f2c11486..1c4584fde9f 100644 --- a/lang/smalltalk/pkg/PLIST +++ b/lang/smalltalk/pkg/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/23 16:19:49 agc Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/11/17 14:07:44 wiz Exp $ bin/gst bin/gst-config bin/gst-package include/gst.h include/gstpub.h include/gstconf.h +@unexec install-info --delete %D/info/gst.info %D/info/dir info/gst.info info/gst.info-1 info/gst.info-10 @@ -22,6 +23,7 @@ info/gst.info-6 info/gst.info-7 info/gst.info-8 info/gst.info-9 +@exec install-info %D/info/gst.info %D/info/dir lib/libgst.a man/man1/gst.1 share/gnu-smalltalk/kernel/Array.st |