pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/lbreakout2 Fixed use of ROOT_USER in DESTDIR ins...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a6f6f81cff7
branches:  trunk
changeset: 571100:7a6f6f81cff7
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun Feb 07 21:04:13 2010 +0000

description:
Fixed use of ROOT_USER in DESTDIR installations.

diffstat:

 games/lbreakout2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3db75dc58581 -r 7a6f6f81cff7 games/lbreakout2/Makefile
--- a/games/lbreakout2/Makefile Sun Feb 07 21:02:15 2010 +0000
+++ b/games/lbreakout2/Makefile Sun Feb 07 21:04:13 2010 +0000
@@ -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 @@
 .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"



Home | Main Index | Thread Index | Old Index