summaryrefslogtreecommitdiff
path: root/games/lbreakout2
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2010-02-07 21:04:13 +0000
committerheinz <heinz@pkgsrc.org>2010-02-07 21:04:13 +0000
commit8c36d2ba0c1e1ed25996dde0381c2ee9b84f9b72 (patch)
treea267dd5829c754a5a4f0a8b373d4d63423dc8f77 /games/lbreakout2
parent7cc0e2154cfe24ab6fad8ee03674c1ed2004ec1b (diff)
downloadpkgsrc-8c36d2ba0c1e1ed25996dde0381c2ee9b84f9b72.tar.gz
Fixed use of ROOT_USER in DESTDIR installations.
Diffstat (limited to 'games/lbreakout2')
-rw-r--r--games/lbreakout2/Makefile4
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"