diff options
author | markd <markd> | 2011-07-03 07:00:14 +0000 |
---|---|---|
committer | markd <markd> | 2011-07-03 07:00:14 +0000 |
commit | 82768704b0d12717eb9e7d156cafbb9129eb2287 (patch) | |
tree | 0c320df56a748f0e1c2b17514b5f4e2ccc8eb68b /ham | |
parent | 5533003b0c86db212ab7ab8e38cabc3142d29703 (diff) | |
download | pkgsrc-82768704b0d12717eb9e7d156cafbb9129eb2287.tar.gz |
/usr/bin/env cleanup
Diffstat (limited to 'ham')
-rw-r--r-- | ham/gnuradio-howto/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ham/gnuradio-howto/Makefile b/ham/gnuradio-howto/Makefile index 5e160290ffd..e88d1116d1c 100644 --- a/ham/gnuradio-howto/Makefile +++ b/ham/gnuradio-howto/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2010/09/15 09:38:44 markd Exp $ +# $NetBSD: Makefile,v 1.13 2011/07/03 07:00:14 markd Exp $ DISTNAME= gr-howto-write-a-block-${VERSION} +PKGREVISION= 1 CATEGORIES= ham PKGNAME= gnuradio-howto-${VERSION} COMMENT= Documentation on creating GNU Radio signal processing blocks @@ -14,5 +15,7 @@ PATCHDIR= ${.CURDIR}/patches PY_PATCHPLIST= yes +REPLACE_PYTHON+= apps/howto_square.py + .include "../../ham/gnuradio-core/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |