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 | 0469610279bff51dc8a5508a878ad58c51ae1713 (patch) | |
tree | 37597b6d05b745d652ef7c9dcbd1e8a818a736b0 /news/nntpclnt | |
parent | 3e991eceaedd277f3b6213ed616be66a5f925d6b (diff) | |
download | pkgsrc-0469610279bff51dc8a5508a878ad58c51ae1713.tar.gz |
Use BROKEN_EXCEPT_ON_PLATFORM for where configs have to be created manually.
Diffstat (limited to 'news/nntpclnt')
-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 |