pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/fossil Make this more make-jobs-safe by creating...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ea1c006dc3dd
branches: trunk
changeset: 358814:ea1c006dc3dd
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Feb 21 00:06:12 2017 +0000
description:
Make this more make-jobs-safe by creating a needed directory early enough.
diffstat:
devel/fossil/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 20406374db06 -r ea1c006dc3dd devel/fossil/Makefile
--- a/devel/fossil/Makefile Mon Feb 20 23:43:31 2017 +0000
+++ b/devel/fossil/Makefile Tue Feb 21 00:06:12 2017 +0000
@@ -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 @@
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