diff options
author | tnn <tnn> | 2015-03-05 20:29:13 +0000 |
---|---|---|
committer | tnn <tnn> | 2015-03-05 20:29:13 +0000 |
commit | 712fc56068f35f211f48a2aee67410d8bbcb07c6 (patch) | |
tree | 54674e22386e77f2d8b932f5c8ac37a5ed00fa1e /net/iana-etc | |
parent | 39723ecfb15c07a7f01d724e762ab6e11fbbfa81 (diff) | |
download | pkgsrc-712fc56068f35f211f48a2aee67410d8bbcb07c6.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/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" |