summaryrefslogtreecommitdiff
path: root/ham/gnuradio-howto
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-09-11 16:23:28 +0000
committerjoerg <joerg@pkgsrc.org>2009-09-11 16:23:28 +0000
commit8697d7f05a0daa25dc1c04c3dff7754aeba1810a (patch)
tree6bb8841fe1c3aa6ee8eea19f6ef029b5067c4108 /ham/gnuradio-howto
parentf5c9fa2c987152d40cb7a75010e404c6d1fed4b1 (diff)
downloadpkgsrc-8697d7f05a0daa25dc1c04c3dff7754aeba1810a.tar.gz
Mark gnuradio packages as not MAKE_JOBS_SAFE.
Share patches and distinfo, overwrite for gnuradio-howto as the only exception. Fix gnuradio-core-docs to do something useful and mark it as user-destdir ready.
Diffstat (limited to 'ham/gnuradio-howto')
-rw-r--r--ham/gnuradio-howto/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/ham/gnuradio-howto/Makefile b/ham/gnuradio-howto/Makefile
index 2057455f352..af8a9db12be 100644
--- a/ham/gnuradio-howto/Makefile
+++ b/ham/gnuradio-howto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2008/07/14 12:56:06 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2009/09/11 16:23:29 joerg Exp $
DISTNAME= gr-howto-write-a-block-${VERSION}
CATEGORIES= ham
@@ -9,6 +9,9 @@ PKG_DESTDIR_SUPPORT= user-destdir
.include "../../meta-pkgs/gnuradio/Makefile.common"
+DISTINFO_FILE= ${.CURDIR}/distinfo
+PATCHDIR= ${.CURDIR}/patches
+
PY_PATCHPLIST= yes
PYTHON_PATCH_SCRIPTS+= src/python/qa_howto.py
PYTHON_PATCH_SCRIPTS+= doc/qa_howto_1.py