diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-16 06:57:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-16 06:57:37 +0000 |
commit | 9e5a580c7cd0c897aef81fa796765bd0f8c4e40a (patch) | |
tree | 3ccd645970d07eb5e027f9f4978696237c5cd04b /emulators/snes9x | |
parent | 323657664ad8840f199ea99af8583f369bbe9dad (diff) | |
download | pkgsrc-9e5a580c7cd0c897aef81fa796765bd0f8c4e40a.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'emulators/snes9x')
-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 |