diff options
author | tron <tron> | 2000-08-06 23:04:32 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-06 23:04:32 +0000 |
commit | cd3b32ebd0731d30d385a826847b52d7dd64a8ee (patch) | |
tree | 299d75f5ee79e8f1b7fe707dc00d70828827d65f /audio/realplayer7 | |
parent | 638f3c99159506de0d5d4757ac983e436e05fda6 (diff) | |
download | pkgsrc-cd3b32ebd0731d30d385a826847b52d7dd64a8ee.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/realplayer7')
-rw-r--r-- | audio/realplayer7/Makefile | 5 |
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 |