summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-02-21 00:06:12 +0000
committerwiz <wiz@pkgsrc.org>2017-02-21 00:06:12 +0000
commit3c6ff1fcc4acbdbe74b0cd1a9f2bc45b49d2555f (patch)
tree79a93c56d4c7eaafebae0dd372b50a2a8cbec743
parent78d68dd5a4e00765c964000a4951114a9c2c841d (diff)
downloadpkgsrc-3c6ff1fcc4acbdbe74b0cd1a9f2bc45b49d2555f.tar.gz
Make this more make-jobs-safe by creating a needed directory early enough.
-rw-r--r--devel/fossil/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile
index 3f35d9694ae..8492ad44f53 100644
--- a/devel/fossil/Makefile
+++ b/devel/fossil/Makefile
@@ -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_PREFIX.zlib:Q}
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