pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/ham/gnuradio-usrp Fixed a typo in PYTHON_PATCH_SCRIPTS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9b55985d10d
branches:  trunk
changeset: 511119:e9b55985d10d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Apr 09 16:06:30 2006 +0000

description:
Fixed a typo in PYTHON_PATCH_SCRIPTS.

diffstat:

 ham/gnuradio-usrp/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 14a30025a80f -r e9b55985d10d ham/gnuradio-usrp/Makefile
--- a/ham/gnuradio-usrp/Makefile        Sun Apr 09 16:05:11 2006 +0000
+++ b/ham/gnuradio-usrp/Makefile        Sun Apr 09 16:06:30 2006 +0000
@@ -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 @@
 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"
 



Home | Main Index | Thread Index | Old Index