summaryrefslogtreecommitdiff
path: root/ham/gnuradio-gsm
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-25 10:45:15 +0000
committerwiz <wiz@pkgsrc.org>2014-01-25 10:45:15 +0000
commitcd2034a69a241488c900469d394306659c70713a (patch)
tree20b275e879e9a02978fb92613c271dbee7b21c37 /ham/gnuradio-gsm
parent0d00e3eefba959b1aee2446dc7691d3411626d66 (diff)
downloadpkgsrc-cd2034a69a241488c900469d394306659c70713a.tar.gz
No need to have two variables for the same logic.
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
Diffstat (limited to 'ham/gnuradio-gsm')
-rw-r--r--ham/gnuradio-gsm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ham/gnuradio-gsm/Makefile b/ham/gnuradio-gsm/Makefile
index 6eb3f675cbf..8426e656572 100644
--- a/ham/gnuradio-gsm/Makefile
+++ b/ham/gnuradio-gsm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2013/11/20 20:04:38 adam Exp $
+# $NetBSD: Makefile,v 1.19 2014/01/25 10:45:19 wiz Exp $
PKGNAME= gnuradio-gsm-${VERSION}
PKGREVISION= 8
@@ -9,8 +9,8 @@ COMMENT= GNU Radio GSM 06.10 13kbit/sec voice encoder/decoder
CONFIGURE_ARGS+=--enable-gr-gsm-fr-vocoder
CONFIGURE_ARGS+=--with-gnuradio-core --with-omnithread --with-gruel
-PYTHON_PATCH_SCRIPTS+= gr-gsm-fr-vocoder/src/python/encdec.py
-PYTHON_PATCH_SCRIPTS+= gr-gsm-fr-vocoder/src/python/qa_gsm_full_rate.py
+REPLACE_PYTHON+= gr-gsm-fr-vocoder/src/python/encdec.py
+REPLACE_PYTHON+= gr-gsm-fr-vocoder/src/python/qa_gsm_full_rate.py
post-install:
${MKDIR} ${DESTDIR}${PREFIX}/${PYSITELIB}/gnuradio/vocoder