Sat Jun 9 08:03:17 2012 UTC ()
Don't try to be too fancy with the NOT_FOR_PLATFORM pattern. It broke.
(see pkgsrc-bulk)


(dholland)
diff -r1.5 -r1.6 pkgsrc/devel/ruby-posix-spawn/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/devel/ruby-posix-spawn/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-posix-spawn/Makefile 2012/06/06 21:55:22 1.5
+++ pkgsrc/devel/ruby-posix-spawn/Makefile 2012/06/09 08:03:17 1.6
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.5 2012/06/06 21:55:22 dholland Exp $ 1# $NetBSD: Makefile,v 1.6 2012/06/09 08:03:17 dholland Exp $
2 2
3DISTNAME= posix-spawn-0.3.6 3DISTNAME= posix-spawn-0.3.6
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/github/albino 7HOMEPAGE= https://github.com/github/albino
8COMMENT= Ruby wrapper for the posix_spawn() system call 8COMMENT= Ruby wrapper for the posix_spawn() system call
9 9
10LICENSE= mit 10LICENSE= mit
11 11
12NOT_FOR_PLATFORM= NetBSD-[0-4]*-* NetBSD-5.[0-9].*-* NetBSD-5.99.[0-5]?-* NetBSD-5.99.6[0-4]-* 12NOT_FOR_PLATFORM= NetBSD-[0-5]*-*
13 13
14.include "../../lang/ruby/gem.mk" 14.include "../../lang/ruby/gem.mk"
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"