From bbbad9ea5701b57acb7e1f8731dca640d084801b Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 14 Feb 2010 18:42:53 +0000 Subject: Make sure this package is buildable as normal user by fixing the directory permissions in WRKSRC. --- emulators/handy_sdl/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3