summaryrefslogtreecommitdiff
path: root/net/iana-etc
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-03-05 20:29:13 +0000
committertnn <tnn@pkgsrc.org>2015-03-05 20:29:13 +0000
commit10db5c7c152a11577f41593a30027a067af8e515 (patch)
tree54674e22386e77f2d8b932f5c8ac37a5ed00fa1e /net/iana-etc
parentb7f5f6fd4625161648a8c84f2db32124f1a8e147 (diff)
downloadpkgsrc-10db5c7c152a11577f41593a30027a067af8e515.tar.gz
empty PLIST + downloads in the build phase -> excluded from bulk builds
Diffstat (limited to 'net/iana-etc')
-rw-r--r--net/iana-etc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/iana-etc/Makefile b/net/iana-etc/Makefile
index 1d3ed684ad8..3ef6a20acc9 100644
--- a/net/iana-etc/Makefile
+++ b/net/iana-etc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2012/10/23 17:18:28 asau Exp $
+# $NetBSD: Makefile,v 1.6 2015/03/05 20:29:13 tnn Exp $
#
DISTNAME= iana-etc-2.30
@@ -13,4 +13,7 @@ LICENSE= osl
USE_TOOLS+= gmake gawk
+# does not install files, so don't bother bulk building it
+NOT_FOR_BULK_PLATFORM= *-*-*
+
.include "../../mk/bsd.pkg.mk"