summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2017-02-17 17:01:19 +0000
committerjoerg <joerg@pkgsrc.org>2017-02-17 17:01:19 +0000
commit58c3d82edf74425b80fc067926405da4b9697596 (patch)
tree207f8b46b5ed8e53d4b8087932ee61370b702b88 /emulators
parent354f20b35c05c78550225160f46243a6893e29b1 (diff)
downloadpkgsrc-58c3d82edf74425b80fc067926405da4b9697596.tar.gz
Create obj directory in advance to prevent parallel build failures.
Drop debug flags I leaked here a decade ago. Bump revision.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/BasiliskII/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/emulators/BasiliskII/Makefile b/emulators/BasiliskII/Makefile
index be2e3c0755c..a4396b645a6 100644
--- a/emulators/BasiliskII/Makefile
+++ b/emulators/BasiliskII/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2015/04/25 14:20:43 tnn Exp $
+# $NetBSD: Makefile,v 1.37 2017/02/17 17:01:19 joerg Exp $
DISTNAME= BasiliskII_src_01052006
PKGNAME= BasiliskII-1.0.20060501
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= emulators
MASTER_SITES= http://gwenole.beauchesne.info/projects/basilisk2/files/
EXTRACT_SUFX= .tar.bz2
@@ -23,10 +23,11 @@ BUILD_DIRS= ${CONFIGURE_DIRS}
.include "options.mk"
-CXXFLAGS+=-g -O0
-
INSTALLATION_DIRS= share/doc/BasiliskII
+post-extract:
+ ${MKDIR} ${WRKSRC}/src/Unix/obj
+
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/BasiliskII/
${INSTALL_DATA} ${WRKSRC}/TECH ${DESTDIR}${PREFIX}/share/doc/BasiliskII/