pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/fossil



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb 21 00:06:12 UTC 2017

Modified Files:
        pkgsrc/devel/fossil: Makefile

Log Message:
Make this more make-jobs-safe by creating a needed directory early enough.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/fossil/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/fossil/Makefile
diff -u pkgsrc/devel/fossil/Makefile:1.39 pkgsrc/devel/fossil/Makefile:1.40
--- pkgsrc/devel/fossil/Makefile:1.39   Sat Dec  3 19:40:05 2016
+++ pkgsrc/devel/fossil/Makefile        Tue Feb 21 00:06:12 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2016/12/03 19:40:05 wiedi Exp $
+# $NetBSD: Makefile,v 1.40 2017/02/21 00:06:12 wiz Exp $
 
 DISTNAME=      fossil-src-1.36
 PKGNAME=       ${DISTNAME:S/-src//}
@@ -17,6 +17,9 @@ CONFIGURE_ARGS+=      --with-zlib=${BUILDLINK
 
 INSTALLATION_DIRS+=    bin ${PKGMANDIR}/man1 share/doc/${PKGBASE}
 
+pre-configure:
+       ${MKDIR} ${WRKSRC}/bld
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/fossil ${DESTDIR}${PREFIX}/bin
        ${INSTALL_MAN} ${WRKSRC}/fossil.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1



Home | Main Index | Thread Index | Old Index