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-qtgui | |
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-qtgui')
-rw-r--r-- | ham/gnuradio-qtgui/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ham/gnuradio-qtgui/PLIST b/ham/gnuradio-qtgui/PLIST index 7d4c0e7eae1..11e7c42d634 100644 --- a/ham/gnuradio-qtgui/PLIST +++ b/ham/gnuradio-qtgui/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/gr_constellation_plot bin/gr_psd_plot_b bin/gr_psd_plot_c @@ -66,7 +66,7 @@ include/gnuradio/qtgui/waterfalldisplayform.h include/gnuradio/swig/qtgui_swig.i include/gnuradio/swig/qtgui_swig_doc.i lib/libgnuradio-qtgui.so -lib/libgnuradio-qtgui.so.${PKGVERSION} +lib/libgnuradio-qtgui.so.${PKGVERSION_NOREV} lib/pkgconfig/gnuradio-qtgui.pc ${PYSITELIB}/gnuradio/qtgui/__init__.py ${PYSITELIB}/gnuradio/qtgui/__init__.pyc @@ -108,7 +108,7 @@ ${PYSITELIB}/gnuradio/qtgui/plot_time_raster_form.pyo ${PYSITELIB}/gnuradio/qtgui/qtgui_swig.py ${PYSITELIB}/gnuradio/qtgui/qtgui_swig.pyc ${PYSITELIB}/gnuradio/qtgui/qtgui_swig.pyo -share/doc/gnuradio-${PKGVERSION}/README.qtgui +share/doc/gnuradio-${PKGVERSION_NOREV}/README.qtgui share/gnuradio/examples/qt-gui/alt.qss share/gnuradio/examples/qt-gui/dark.qss share/gnuradio/examples/qt-gui/pyqt_const_c.py |