/usr/bin/env cleanup
This commit is contained in:
parent
1851f4ed19
commit
ae9616949e
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue