pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/news/nntpclnt Use BROKEN_EXCEPT_ON_PLATFORM for where ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9128cca7c2bd
branches:  trunk
changeset: 643910:9128cca7c2bd
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Thu Jan 01 11:19:28 2015 +0000

description:
Use BROKEN_EXCEPT_ON_PLATFORM for where configs have to be created manually.

diffstat:

 news/nntpclnt/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 1d6c00a6798a -r 9128cca7c2bd news/nntpclnt/Makefile
--- a/news/nntpclnt/Makefile    Thu Jan 01 11:12:26 2015 +0000
+++ b/news/nntpclnt/Makefile    Thu Jan 01 11:19:28 2015 +0000
@@ -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 @@
 .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
 



Home | Main Index | Thread Index | Old Index