diff options
author | dholland <dholland@pkgsrc.org> | 2015-01-01 11:19:28 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-01-01 11:19:28 +0000 |
commit | b6c3bc13a5ce84c1e1a71dba2124ab0fba5df5f7 (patch) | |
tree | 37597b6d05b745d652ef7c9dcbd1e8a818a736b0 /news | |
parent | f4569df95f44c5a2c8a820e308a9650585c109be (diff) | |
download | pkgsrc-b6c3bc13a5ce84c1e1a71dba2124ab0fba5df5f7.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 |