diff options
author | soren <soren> | 2000-02-23 19:51:57 +0000 |
---|---|---|
committer | soren <soren> | 2000-02-23 19:51:57 +0000 |
commit | f4556a606e7bff4dfcf9d4ec66adbaff14c63737 (patch) | |
tree | 690ecbb219ea77ad16e9b400369ffd56620af5d4 /emulators/uae | |
parent | 354538e90f65d32901cc77e368b439a75e0ee5e1 (diff) | |
download | pkgsrc-f4556a606e7bff4dfcf9d4ec66adbaff14c63737.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/Makefile | 5 |
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 |