diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-05 20:29:13 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-05 20:29:13 +0000 |
commit | 10db5c7c152a11577f41593a30027a067af8e515 (patch) | |
tree | 54674e22386e77f2d8b932f5c8ac37a5ed00fa1e | |
parent | b7f5f6fd4625161648a8c84f2db32124f1a8e147 (diff) | |
download | pkgsrc-10db5c7c152a11577f41593a30027a067af8e515.tar.gz |
empty PLIST + downloads in the build phase -> excluded from bulk builds
-rw-r--r-- | net/iana-etc/Makefile | 5 |
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" |