summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-04-23 14:15:30 +0000
committerjoerg <joerg@pkgsrc.org>2020-04-23 14:15:30 +0000
commit976553f4e0b02e18a5905d1f33c5b9020591ee2e (patch)
treefea09035f495bae46780a038f572e2505c7fbf09 /emulators
parentda91f68a1b5f13736b84bc372315765a6e00024f (diff)
downloadpkgsrc-976553f4e0b02e18a5905d1f33c5b9020591ee2e.tar.gz
Fix race condition with the creation of the obj directory.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/BasiliskII/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/BasiliskII/Makefile b/emulators/BasiliskII/Makefile
index 9add5abbb70..75bf608bebd 100644
--- a/emulators/BasiliskII/Makefile
+++ b/emulators/BasiliskII/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2020/04/15 22:54:38 joerg Exp $
+# $NetBSD: Makefile,v 1.45 2020/04/23 14:15:30 joerg Exp $
DISTNAME= BasiliskII-20190405
PKGREVISION= 2
@@ -46,6 +46,7 @@ INSTALLATION_DIRS= share/doc/BasiliskII
pre-configure:
cd ${WRKSRC}/src/Unix && NO_CONFIGURE=x ./autogen.sh
+ ${MKDIR} ${WRKSRC}/src/Unix/obj
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/BasiliskII/