summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorheinz <heinz>2010-02-07 21:04:13 +0000
committerheinz <heinz>2010-02-07 21:04:13 +0000
commitd2e35930135cd8bacf6c370e587984820f54340e (patch)
treea267dd5829c754a5a4f0a8b373d4d63423dc8f77 /games
parent734f03d7f1b07ac7ff27d5bb5879071817522826 (diff)
downloadpkgsrc-d2e35930135cd8bacf6c370e587984820f54340e.tar.gz
Fixed use of ROOT_USER in DESTDIR installations.
Diffstat (limited to 'games')
-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"