From dbc42141c0da7c71215595f1f4962424c57702fc Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 6 Aug 2000 23:04:32 +0000 Subject: Set environment variable "XAUTHORITY" in "do-extract" target so that the installer will find a X11 authorization file although the environment variable "HOME" points to the work directory. --- audio/realplayer7/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'audio') diff --git a/audio/realplayer7/Makefile b/audio/realplayer7/Makefile index cfaacf46eb8..94f7986418f 100644 --- a/audio/realplayer7/Makefile +++ b/audio/realplayer7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/08/06 04:34:42 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/06 23:04:32 tron Exp $ # DISTNAME= rp7_linux20_libc6_i386_b2 @@ -21,7 +21,8 @@ IS_INTERACTIVE= yes NO_CONFIGURE= yes RP_INSTALLER= ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} -EXTRACT_CMD= HOME=${WRKDIR} ${RP_INSTALLER} +XAUTHORITY?= ${HOME}/.Xauthority +EXTRACT_CMD= HOME=${WRKDIR} XAUTHORITY=${XAUTHORITY} ${RP_INSTALLER} DOWNLOAD= ${HOMEPAGE} REALPLAYER_HOME= ${PREFIX}/lib/RealPlayer7 -- cgit v1.2.3