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 | 81edaaa606a86e87c2885489ad72ee9908969aba (patch) | |
tree | 3ccd645970d07eb5e027f9f4978696237c5cd04b /emulators/darcnes/Makefile | |
parent | 8b982bf812954ec2be8cdc97dbf2d9dd2be7779e (diff) | |
download | pkgsrc-81edaaa606a86e87c2885489ad72ee9908969aba.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'emulators/darcnes/Makefile')
-rw-r--r-- | emulators/darcnes/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/darcnes/Makefile b/emulators/darcnes/Makefile index 3338a4345ab..ca6b832f70a 100644 --- a/emulators/darcnes/Makefile +++ b/emulators/darcnes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/06/01 18:02:46 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2005/06/16 06:57:50 jlam Exp $ PKGNAME= darcnes-20010401 PKGREVISION= 1 @@ -8,6 +8,8 @@ COMMENT= Multi-system emulator (NES, SMS, GG, PCE, and others) MAKE_ENV+= TARGET=Linux_X +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/darcnes ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/darcnes |