diff options
author | mef <mef@pkgsrc.org> | 2014-10-28 09:07:33 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-10-28 09:07:33 +0000 |
commit | 12bea5ab2e4ebebc4b32723dfc9e0adc0ed10016 (patch) | |
tree | 801bedd8ffe57aa36f1c089fca641d31c3d9a7a7 /ham/gnuradio-trellis | |
parent | 8f038b9f0cb04f5311dd6a55d62714e7cbbefd97 (diff) | |
download | pkgsrc-12bea5ab2e4ebebc4b32723dfc9e0adc0ed10016.tar.gz |
Convert ${PKGVERSION} to ${PKGVERSION_NOREV} in PLIST's.
The problem is hidden if PKGREVISION is empty.
gnuradio-doxygen has something more to fix (sorry).
Diffstat (limited to 'ham/gnuradio-trellis')
-rw-r--r-- | ham/gnuradio-trellis/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ham/gnuradio-trellis/PLIST b/ham/gnuradio-trellis/PLIST index 51627ebf554..288efa979a5 100644 --- a/ham/gnuradio-trellis/PLIST +++ b/ham/gnuradio-trellis/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2014/10/13 12:51:10 mef Exp $ +@comment $NetBSD: PLIST,v 1.5 2014/10/28 09:07:35 mef Exp $ include/gnuradio/swig/trellis_swig.i include/gnuradio/swig/trellis_swig_doc.i include/gnuradio/trellis/api.h @@ -69,7 +69,7 @@ include/gnuradio/trellis/viterbi_combined_ss.h include/gnuradio/trellis/viterbi_i.h include/gnuradio/trellis/viterbi_s.h lib/libgnuradio-trellis.so -lib/libgnuradio-trellis.so.${PKGVERSION} +lib/libgnuradio-trellis.so.${PKGVERSION_NOREV} lib/pkgconfig/gnuradio-trellis.pc ${PYSITELIB}/gnuradio/trellis/__init__.py ${PYSITELIB}/gnuradio/trellis/__init__.pyc @@ -78,8 +78,8 @@ ${PYSITELIB}/gnuradio/trellis/_trellis_swig.so ${PYSITELIB}/gnuradio/trellis/trellis_swig.py ${PYSITELIB}/gnuradio/trellis/trellis_swig.pyc ${PYSITELIB}/gnuradio/trellis/trellis_swig.pyo -share/doc/gnuradio-${PKGVERSION}/xml/test_tcm.py.xml -share/doc/gnuradio-${PKGVERSION}/xml/test_viterbi_equalization1.py.xml +share/doc/gnuradio-${PKGVERSION_NOREV}/xml/test_tcm.py.xml +share/doc/gnuradio-${PKGVERSION_NOREV}/xml/test_viterbi_equalization1.py.xml share/gnuradio/examples/trellis/README share/gnuradio/examples/trellis/fsm_files/awgn1o2_128.fsm share/gnuradio/examples/trellis/fsm_files/awgn1o2_16.fsm |