summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
Diffstat (limited to 'emulators')
-rw-r--r--emulators/handy_sdl/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/handy_sdl/Makefile b/emulators/handy_sdl/Makefile
index 81b08cd8f21..39d27355e66 100644
--- a/emulators/handy_sdl/Makefile
+++ b/emulators/handy_sdl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2010/01/31 21:25:05 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2010/02/14 18:42:53 joerg Exp $
#
DISTNAME= handy_sdl-0.5-src
@@ -19,6 +19,9 @@ USE_TOOLS+= gmake
INSTALLATION_DIRS= bin share/doc/handy_sdl
+post-extract:
+ ${CHMOD} -R a+X ${WRKSRC}
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/handy_sdl ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/handy_sdl