summaryrefslogtreecommitdiff
path: root/ham/gnuradio-usrp
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-04-09 16:06:30 +0000
committerrillig <rillig@pkgsrc.org>2006-04-09 16:06:30 +0000
commit69912d7b8772435d808e04116b51c5cfde664d29 (patch)
treef8406a000d1f9125bf96260d218f906ca9e71ee5 /ham/gnuradio-usrp
parent454ed8c37c946664dcb4252bcfe1b4e674807e24 (diff)
downloadpkgsrc-69912d7b8772435d808e04116b51c5cfde664d29.tar.gz
Fixed a typo in PYTHON_PATCH_SCRIPTS.
Diffstat (limited to 'ham/gnuradio-usrp')
-rw-r--r--ham/gnuradio-usrp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ham/gnuradio-usrp/Makefile b/ham/gnuradio-usrp/Makefile
index 0135e0d6349..9e05e7f34e6 100644
--- a/ham/gnuradio-usrp/Makefile
+++ b/ham/gnuradio-usrp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/02/05 23:09:42 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2006/04/09 16:06:30 rillig Exp $
VERSION= 0.6
DISTNAME= gr-usrp-${VERSION}
@@ -7,8 +7,8 @@ PKGREVISION= 2
WRKSRC= ${WRKDIR}/${DISTNAME}
COMMENT= USRP bindings for GNU Radio
-PYTHON_PATCH_SCRIPTS+= src/flexrf_debug_gui.py
-PYTHON_PATCTH_SCRIPTS+= src/tx_debug_gui.py
+PYTHON_PATCH_SCRIPTS+= src/flexrf_debug_gui.py
+PYTHON_PATCH_SCRIPTS+= src/tx_debug_gui.py
.include "../../meta-pkgs/gnuradio/Makefile.common"