diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-14 18:42:53 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-14 18:42:53 +0000 |
commit | 8b24f70e967c82454c7869259b0d11ba65665fd8 (patch) | |
tree | 8a57fb857cedb5c3fbddcdbc4ccb2b66e158eedf /emulators | |
parent | 98abb48b56605f6c561a38d0c58a7a6b75450daf (diff) | |
download | pkgsrc-8b24f70e967c82454c7869259b0d11ba65665fd8.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/Makefile | 5 |
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 |