diff options
author | heinz <heinz@pkgsrc.org> | 2010-02-07 21:04:13 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2010-02-07 21:04:13 +0000 |
commit | 8c36d2ba0c1e1ed25996dde0381c2ee9b84f9b72 (patch) | |
tree | a267dd5829c754a5a4f0a8b373d4d63423dc8f77 /games | |
parent | 7cc0e2154cfe24ab6fad8ee03674c1ed2004ec1b (diff) | |
download | pkgsrc-8c36d2ba0c1e1ed25996dde0381c2ee9b84f9b72.tar.gz |
Fixed use of ROOT_USER in DESTDIR installations.
Diffstat (limited to 'games')
-rw-r--r-- | games/lbreakout2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/lbreakout2/Makefile b/games/lbreakout2/Makefile index d6bc2c8abec..e2567b65443 100644 --- a/games/lbreakout2/Makefile +++ b/games/lbreakout2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2010/02/07 21:02:16 heinz Exp $ +# $NetBSD: Makefile,v 1.31 2010/02/07 21:04:13 heinz Exp $ DISTNAME= lbreakout2-2.5.2 PKGREVISION= 7 @@ -29,7 +29,7 @@ SUBST_SED.sunpro= -e 's,^inline ,,' .endif CONF_FILES_PERMS+= /dev/null ${VARBASE}/games/lbreakout2.hscr \ - ${ROOT_USER} games 664 + ${REAL_ROOT_USER} games 664 .include "../../audio/SDL_mixer/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" |