diff options
author | mef <mef@pkgsrc.org> | 2017-03-15 13:42:00 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2017-03-15 13:42:00 +0000 |
commit | 7bf0b310909af0f9a22a63296860c780aeea4ae0 (patch) | |
tree | 1772a72af38f85a7e198bbec2f88881b0f7488fe /ham | |
parent | d16acab4c6a5d6286e95d71fa524f543e01f605b (diff) | |
download | pkgsrc-7bf0b310909af0f9a22a63296860c780aeea4ae0.tar.gz |
Remove PKGREVISION as a preparation for upgrade 3.7.10.1 to 3.7.11
Diffstat (limited to 'ham')
-rw-r--r-- | ham/gnuradio-companion/Makefile | 3 | ||||
-rw-r--r-- | ham/gnuradio-fcd/Makefile | 3 | ||||
-rw-r--r-- | ham/gnuradio-wxgui/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/ham/gnuradio-companion/Makefile b/ham/gnuradio-companion/Makefile index 7b2895ce76a..88c92d24242 100644 --- a/ham/gnuradio-companion/Makefile +++ b/ham/gnuradio-companion/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2017/02/12 06:25:32 ryoon Exp $ +# $NetBSD: Makefile,v 1.16 2017/03/15 13:42:00 mef Exp $ PKGNAME= gnuradio-companion-${VERSION} -PKGREVISION= 2 COMMENT= User interface entry of GNU Radio #CONF_FILES+= ${EGDIR}/grc.conf ${PKG_SYSCONFDIR}/grc.conf diff --git a/ham/gnuradio-fcd/Makefile b/ham/gnuradio-fcd/Makefile index 4e6885324bd..a40c7981758 100644 --- a/ham/gnuradio-fcd/Makefile +++ b/ham/gnuradio-fcd/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2017/02/12 06:25:33 ryoon Exp $ +# $NetBSD: Makefile,v 1.11 2017/03/15 13:42:00 mef Exp $ PKGNAME= gnuradio-fcd-${VERSION} -PKGREVISION= 2 COMMENT= FanCube support of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" diff --git a/ham/gnuradio-wxgui/Makefile b/ham/gnuradio-wxgui/Makefile index 46f1ae611d9..e27b3defef1 100644 --- a/ham/gnuradio-wxgui/Makefile +++ b/ham/gnuradio-wxgui/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.63 2017/02/12 06:25:33 ryoon Exp $ +# $NetBSD: Makefile,v 1.64 2017/03/15 13:42:01 mef Exp $ PKGNAME= gnuradio-wxgui-${VERSION} -PKGREVISION= 2 COMMENT= WxGTK Toolkit module of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" |