From 9e5a580c7cd0c897aef81fa796765bd0f8c4e40a Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 16 Jun 2005 06:57:37 +0000 Subject: Create directories before installing files into them. --- emulators/darcnes/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'emulators/darcnes') 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 -- cgit v1.2.3