diff options
author | dholland <dholland> | 2015-01-01 11:19:28 +0000 |
---|---|---|
committer | dholland <dholland> | 2015-01-01 11:19:28 +0000 |
commit | 724472c014e9d90b26f2fb5a46154fad017827af (patch) | |
tree | 37597b6d05b745d652ef7c9dcbd1e8a818a736b0 /news | |
parent | 8dd09c9ff52b63c85c32d7a1db2fab261a791b42 (diff) | |
download | pkgsrc-724472c014e9d90b26f2fb5a46154fad017827af.tar.gz |
Use BROKEN_EXCEPT_ON_PLATFORM for where configs have to be created manually.
Diffstat (limited to 'news')
-rw-r--r-- | news/nntpclnt/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/news/nntpclnt/Makefile b/news/nntpclnt/Makefile index da4743572e8..b3302edc4cd 100644 --- a/news/nntpclnt/Makefile +++ b/news/nntpclnt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2012/10/08 12:27:41 asau Exp $ +# $NetBSD: Makefile,v 1.38 2015/01/01 11:19:28 dholland Exp $ DISTNAME= nntpclnt-1.6.1 PKGREVISION= 6 @@ -26,7 +26,8 @@ PLIST_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q} .include "../../mk/bsd.prefs.mk" CONFIG_SH= ${FILESDIR}/config.${OPSYS}.sh -ONLY_FOR_PLATFORM= NetBSD-*-* SunOS-*-* DragonFly-*-* Linux-*-* Darwin-*-* +BROKEN_EXCEPT_ON_PLATFORM= NetBSD-*-* DragonFly-*-* \ + SunOS-*-* Linux-*-* Darwin-*-* INSTALLATION_DIRS= bin include lib ${PKGMANDIR}/man3 |