diff options
Diffstat (limited to 'ham/gnuradio-howto')
-rw-r--r-- | ham/gnuradio-howto/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ham/gnuradio-howto/Makefile b/ham/gnuradio-howto/Makefile index d7d5f4fa1b7..ff71ceeab8f 100644 --- a/ham/gnuradio-howto/Makefile +++ b/ham/gnuradio-howto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/08/29 11:22:15 obache Exp $ +# $NetBSD: Makefile,v 1.20 2012/10/03 13:01:44 asau Exp $ DISTNAME= gr-howto-write-a-block-${VERSION} PKGREVISION= 7 @@ -6,8 +6,6 @@ CATEGORIES= ham PKGNAME= gnuradio-howto-${VERSION} COMMENT= Documentation on creating GNU Radio signal processing blocks -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../meta-pkgs/gnuradio/Makefile.common" DISTINFO_FILE= ${.CURDIR}/distinfo |