summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-14 18:42:53 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-14 18:42:53 +0000
commitbbbad9ea5701b57acb7e1f8731dca640d084801b (patch)
tree8a57fb857cedb5c3fbddcdbc4ccb2b66e158eedf /emulators
parent9f208e0f38a89448decb65e915d637aaa847abaf (diff)
downloadpkgsrc-bbbad9ea5701b57acb7e1f8731dca640d084801b.tar.gz
Make sure this package is buildable as normal user by fixing the directory
permissions in WRKSRC.
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