diff options
author | dbj <dbj@pkgsrc.org> | 2014-07-30 03:52:40 +0000 |
---|---|---|
committer | dbj <dbj@pkgsrc.org> | 2014-07-30 03:52:40 +0000 |
commit | 64c6389d673b50f5d86c34cb3cefb9c1f8801059 (patch) | |
tree | c7b0f39e84a7948e8a9998396f8709b46827e8c5 /ham/codec2 | |
parent | 0ddd355e87529cff19e228490524400177789df9 (diff) | |
download | pkgsrc-64c6389d673b50f5d86c34cb3cefb9c1f8801059.tar.gz |
attempt to fix a dylib installation PLIST failure observed in bulk builds
Diffstat (limited to 'ham/codec2')
-rw-r--r-- | ham/codec2/PLIST | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ham/codec2/PLIST b/ham/codec2/PLIST index 2baf6f39851..36941e2daa9 100644 --- a/ham/codec2/PLIST +++ b/ham/codec2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2014/07/21 07:30:50 dbj Exp $ +@comment $NetBSD: PLIST,v 1.2 2014/07/30 03:52:40 dbj Exp $ bin/c2dec bin/c2demo bin/c2enc @@ -17,4 +17,5 @@ include/codec2/codec2_fifo.h include/codec2/comp.h include/codec2/golay23.h lib/libcodec2.so -lib/libcodec2.0.3.so +lib/libcodec2.so.0 +lib/libcodec2.so.0.3 |