summaryrefslogtreecommitdiff
path: root/x11/qt3-libs
diff options
context:
space:
mode:
authorskrll <skrll>2002-08-28 08:33:07 +0000
committerskrll <skrll>2002-08-28 08:33:07 +0000
commit9e29a7d08830d3ec3649582a598a0b501c6137c4 (patch)
tree427426520e79e99b01d30912d3099717d3733819 /x11/qt3-libs
parent26ef24e5ebd2dec403a7c9734faa25ef0e976014 (diff)
downloadpkgsrc-9e29a7d08830d3ec3649582a598a0b501c6137c4.tar.gz
Avoid creating a .qt directory in the users home directory.
Diffstat (limited to 'x11/qt3-libs')
-rw-r--r--x11/qt3-libs/Makefile.common6
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.