diff options
author | soren <soren@pkgsrc.org> | 2000-02-23 19:51:57 +0000 |
---|---|---|
committer | soren <soren@pkgsrc.org> | 2000-02-23 19:51:57 +0000 |
commit | 3f7e84e38a2c8d676ac7081f0892e7ad8019cc60 (patch) | |
tree | 690ecbb219ea77ad16e9b400369ffd56620af5d4 /emulators/uae | |
parent | 228c01350416da3ffea50739afec9ee20d813e5a (diff) | |
download | pkgsrc-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/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 |