diff options
Diffstat (limited to 'emulators/snes9x/Makefile')
-rw-r--r-- | emulators/snes9x/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index b1e87e304e4..9dfd65a3966 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2005/06/11 16:53:18 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2005/06/16 06:57:51 jlam Exp $ DISTNAME= s9xs139 PKGNAME= snes9x-1.39 @@ -16,6 +16,7 @@ BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm WRKSRC= ${WRKDIR}/release USE_TOOLS+= gmake PTHREAD_OPTS= require +INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/snes9x ${PREFIX}/bin |