summaryrefslogtreecommitdiff
path: root/emulators/uae
diff options
context:
space:
mode:
authorsoren <soren@pkgsrc.org>2000-02-23 19:51:57 +0000
committersoren <soren@pkgsrc.org>2000-02-23 19:51:57 +0000
commit3f7e84e38a2c8d676ac7081f0892e7ad8019cc60 (patch)
tree690ecbb219ea77ad16e9b400369ffd56620af5d4 /emulators/uae
parent228c01350416da3ffea50739afec9ee20d813e5a (diff)
downloadpkgsrc-3f7e84e38a2c8d676ac7081f0892e7ad8019cc60.tar.gz
Work around a gmake dependency problem.
Still dies at first keypress when I run it.
Diffstat (limited to 'emulators/uae')
-rw-r--r--emulators/uae/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile
index 58338108394..3c976f795fd 100644
--- a/emulators/uae/Makefile
+++ b/emulators/uae/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/10/07 17:41:52 tron Exp $
+# $NetBSD: Makefile,v 1.5 2000/02/23 19:51:57 soren Exp $
DISTNAME= uae-0.8.8
CATEGORIES= emulators
@@ -24,6 +24,9 @@ post-extract:
@${MKDIR} ${WRKSRC}/src/include/machine
@${LN} -sf /usr/include/soundcard.h ${WRKSRC}/src/include/machine
+post-configure:
+ (cd ${WRKSRC}/src; ${MAKE} .SECONDARY)
+
do-install:
.for FILE in readdisk uae
${INSTALL_PROGRAM} ${WRKSRC}/${FILE} ${PREFIX}/bin