Tue May 22 16:41:57 2012 UTC ()
sysutils/heirloom-shl: mark NOT FOR *BSD or DragonFly

According to the install file, this package is not for any BSD, not just
NetBSD (also not for AIX or HP-UX, but I didn't mark those).


(marino)
diff -r1.1.1.1 -r1.2 pkgsrc/sysutils/heirloom-shl/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/sysutils/heirloom-shl/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/heirloom-shl/Makefile 2011/05/28 10:01:05 1.1.1.1
+++ pkgsrc/sysutils/heirloom-shl/Makefile 2012/05/22 16:41:57 1.2
@@ -1,15 +1,16 @@ @@ -1,15 +1,16 @@
1# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 10:01:05 cheusov Exp $ 1# $NetBSD: Makefile,v 1.2 2012/05/22 16:41:57 marino Exp $
2 2
3PKGNAME= heirloom-shl-${HEIRLOOM_VER} 3PKGNAME= heirloom-shl-${HEIRLOOM_VER}
4CATEGORIES= sysutils 4CATEGORIES= sysutils
5 5
6MAKE_FLAGS+= SUBDIRS="build shl" 6MAKE_FLAGS+= SUBDIRS="build shl"
7 7
8NOT_FOR_PLATFORM+= Interix-*-* NetBSD-*-* 8NOT_FOR_PLATFORM+= Interix-*-* NetBSD-*-* FreeBSD-*-* OpenBSD-*-*
 9NOT_FOR_PLATFORM+= DragonFly-*-*
9 10
10.include "../../sysutils/heirloom-doc/Makefile.common" 11.include "../../sysutils/heirloom-doc/Makefile.common"
11 12
12DESCR_SRC+= ${.CURDIR}/DESCR 13DESCR_SRC+= ${.CURDIR}/DESCR
13 14
14.include "../../devel/heirloom-libcommon/buildlink3.mk" 15.include "../../devel/heirloom-libcommon/buildlink3.mk"
15.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"