summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-08-06 23:04:32 +0000
committertron <tron@pkgsrc.org>2000-08-06 23:04:32 +0000
commitdbc42141c0da7c71215595f1f4962424c57702fc (patch)
tree299d75f5ee79e8f1b7fe707dc00d70828827d65f /audio
parent3c5a4978b6b0ae6414a24a2849616fdb153aa2c1 (diff)
downloadpkgsrc-dbc42141c0da7c71215595f1f4962424c57702fc.tar.gz
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.
Diffstat (limited to 'audio')
-rw-r--r--audio/realplayer7/Makefile5
1 files changed, 3 insertions, 2 deletions
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