diff options
author | jlam <jlam> | 2000-01-26 22:09:31 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-01-26 22:09:31 +0000 |
commit | 400c6fc2e277f34189f23179c78f6384198e31e1 (patch) | |
tree | d361eea1e9fef28ec8d0a3f1fd5d6f3e6310aa23 /audio/gsm/pkg | |
parent | 514083c9ae7d5aef8da52e4f1a91248ecbbf47e2 (diff) | |
download | pkgsrc-400c6fc2e277f34189f23179c78f6384198e31e1.tar.gz |
* Libtoolize libgsm.a build.
* Use a shared library numbering scheme of libgsm.so.x.y instead of
libgsm.so.x.y.z. Instead of libgsm.so.1.0.10, we now have libgsm.so.1.10.
Diffstat (limited to 'audio/gsm/pkg')
-rw-r--r-- | audio/gsm/pkg/PLIST | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/audio/gsm/pkg/PLIST b/audio/gsm/pkg/PLIST index 5ce913f39b0..166c21811ae 100644 --- a/audio/gsm/pkg/PLIST +++ b/audio/gsm/pkg/PLIST @@ -1,12 +1,12 @@ -@comment $NetBSD: PLIST,v 1.7 1998/07/15 11:51:58 agc Exp $ -bin/toast +@comment $NetBSD: PLIST,v 1.8 2000/01/26 22:09:32 jlam Exp $ bin/tcat +bin/toast bin/untoast -man/man1/toast.1 -man/man3/gsm.3.gz -man/man3/gsm_explode.3.gz -man/man3/gsm_option.3.gz -man/man3/gsm_print.3.gz -lib/libgsm.a -lib/libgsm.so.1.0.10 include/gsm.h +lib/libgsm.a +lib/libgsm.so.1.10 +man/man1/toast.1 +man/man3/gsm.3 +man/man3/gsm_explode.3 +man/man3/gsm_option.3 +man/man3/gsm_print.3 |