Tue May 31 13:38:14 2016 UTC ()
MAKE_JOBS_SAFE=no no longer needed with gmake-4.2nb1.


(leot)
diff -r1.4 -r1.5 pkgsrc/devel/git/Makefile.common

cvs diff -r1.4 -r1.5 pkgsrc/devel/git/Makefile.common (expand / switch to unified diff)

--- pkgsrc/devel/git/Makefile.common 2016/05/24 11:30:30 1.4
+++ pkgsrc/devel/git/Makefile.common 2016/05/31 13:38:14 1.5
@@ -1,23 +1,21 @@ @@ -1,23 +1,21 @@
1# $NetBSD: Makefile.common,v 1.4 2016/05/24 11:30:30 wiz Exp $ 1# $NetBSD: Makefile.common,v 1.5 2016/05/31 13:38:14 leot Exp $
2# 2#
3# used by devel/git-base/Makefile 3# used by devel/git-base/Makefile
4# used by devel/git-contrib/Makefile 4# used by devel/git-contrib/Makefile
5# used by devel/git-docs/Makefile 5# used by devel/git-docs/Makefile
6# used by devel/git-gitk/Makefile 6# used by devel/git-gitk/Makefile
7# used by www/gitweb/Makefile 7# used by www/gitweb/Makefile
8 8
9MAKE_JOBS_SAFE= no # 2.8.3 with gmake-4.2 
10 
11.include "../../devel/git/Makefile.version" 9.include "../../devel/git/Makefile.version"
12 10
13DISTNAME= git-${GIT_VERSION} 11DISTNAME= git-${GIT_VERSION}
14CATEGORIES= devel scm 12CATEGORIES= devel scm
15MASTER_SITES?= https://www.kernel.org/pub/software/scm/git/ 13MASTER_SITES?= https://www.kernel.org/pub/software/scm/git/
16EXTRACT_SUFX= .tar.xz 14EXTRACT_SUFX= .tar.xz
17 15
18MAINTAINER?= pkgsrc-users@NetBSD.org 16MAINTAINER?= pkgsrc-users@NetBSD.org
19HOMEPAGE?= http://git-scm.com/ 17HOMEPAGE?= http://git-scm.com/
20LICENSE= gnu-gpl-v2 18LICENSE= gnu-gpl-v2
21 19
22.include "../../mk/bsd.fast.prefs.mk" 20.include "../../mk/bsd.fast.prefs.mk"
23 21