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 | ed89ca506805fb17c96ef726cc35bcb09bad9d39 (patch) | |
tree | 801bedd8ffe57aa36f1c089fca641d31c3d9a7a7 /ham/gnuradio-uhd | |
parent | 66bfddf296f363e179807e5fed12b01ff67e95c7 (diff) | |
download | pkgsrc-ed89ca506805fb17c96ef726cc35bcb09bad9d39.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-uhd')
-rw-r--r-- | ham/gnuradio-uhd/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ham/gnuradio-uhd/PLIST b/ham/gnuradio-uhd/PLIST index 1063ccfd8e1..5f33806ee5e 100644 --- a/ham/gnuradio-uhd/PLIST +++ b/ham/gnuradio-uhd/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2014/10/13 12:51:10 mef Exp $ +@comment $NetBSD: PLIST,v 1.2 2014/10/28 09:07:35 mef Exp $ bin/uhd_fft bin/uhd_rx_cfile bin/uhd_rx_nogui @@ -11,7 +11,7 @@ include/gnuradio/uhd/api.h include/gnuradio/uhd/usrp_sink.h include/gnuradio/uhd/usrp_source.h lib/libgnuradio-uhd.so -lib/libgnuradio-uhd.so.${PKGVERSION} +lib/libgnuradio-uhd.so.${PKGVERSION_NOREV} lib/pkgconfig/gnuradio-uhd.pc ${PYSITELIB}/gnuradio/uhd/__init__.py ${PYSITELIB}/gnuradio/uhd/__init__.pyc @@ -23,7 +23,7 @@ ${PYSITELIB}/gnuradio/uhd/uhd_siggen_base.pyo ${PYSITELIB}/gnuradio/uhd/uhd_swig.py ${PYSITELIB}/gnuradio/uhd/uhd_swig.pyc ${PYSITELIB}/gnuradio/uhd/uhd_swig.pyo -share/doc/gnuradio-${PKGVERSION}/README.uhd +share/doc/gnuradio-${PKGVERSION_NOREV}/README.uhd share/gnuradio/examples/hf_explorer/README share/gnuradio/examples/hf_explorer/hfx.py share/gnuradio/examples/hf_explorer/hfx_help |