diff options
author | skrll <skrll@pkgsrc.org> | 2002-08-28 08:33:07 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-08-28 08:33:07 +0000 |
commit | 1578e1971d9d13bfcb8219636327e6b8ea1e9b5c (patch) | |
tree | 427426520e79e99b01d30912d3099717d3733819 | |
parent | a36f1836ae6f24876ddfd4e889ecbdbe61331db5 (diff) | |
download | pkgsrc-1578e1971d9d13bfcb8219636327e6b8ea1e9b5c.tar.gz |
Avoid creating a .qt directory in the users home directory.
-rw-r--r-- | x11/qt3-libs/Makefile.common | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common index 87a405334a7..c577ebe77a5 100644 --- a/x11/qt3-libs/Makefile.common +++ b/x11/qt3-libs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2002/08/25 18:40:44 jlam Exp $ +# $NetBSD: Makefile.common,v 1.7 2002/08/28 08:33:07 skrll Exp $ # DISTNAME= qt-x11-free-${QTVERSION} CATEGORIES= x11 @@ -25,6 +25,10 @@ CONFIGURE_ENV+= QTDIR="${WRKSRC}" MAKE_ENV+= QTPREFIX=${QTPREFIX} MAKE_ENV+= QTDIR="${WRKSRC}" +# avoid creating a .qt directory in the users home +# directory +SCRIPTS_ENV+= HOME="${WRKDIR}" + # # A cheat so that we don't have to set QTDIR at run-time to find the # plugins. |