diff options
author | taya <taya@pkgsrc.org> | 2004-06-02 14:32:22 +0000 |
---|---|---|
committer | taya <taya@pkgsrc.org> | 2004-06-02 14:32:22 +0000 |
commit | 0245c8cc7e88a16408bde9ceab24b8050feb8fb8 (patch) | |
tree | 064661c2cb63048fc7626a5be267bc94ec117611 /www/mozilla/Makefile.common | |
parent | 844526decd28eedc3e9369dfd9ce3493e054ddbc (diff) | |
download | pkgsrc-0245c8cc7e88a16408bde9ceab24b8050feb8fb8.tar.gz |
regxpcom creates same user config directory ".mozilla"
even if it's main app creates another user config directory.
e.g. firefox creates .phoenix, thunderbird creates .thunderbird
so no need to define user config directory for each package based on mozilla.
simply remove ${WRKDIR}/.mozilla is enough
Diffstat (limited to 'www/mozilla/Makefile.common')
-rw-r--r-- | www/mozilla/Makefile.common | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common index 82f342719df..6aafaf98b67 100644 --- a/www/mozilla/Makefile.common +++ b/www/mozilla/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.40 2004/06/01 22:41:21 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.41 2004/06/02 14:32:22 taya Exp $ MOZ_DIST_VER?= ${MOZ_VER} DISTNAME?= mozilla-source-${MOZ_DIST_VER} @@ -88,9 +88,6 @@ CONFIGURE_ARGS+= --enable-xinerama # avoid creating a .mozilla directory in the users home # directory SCRIPTS_ENV+= HOME="${WRKDIR}" -.if !empty(MOZCONFDIR) -SCRIPTS_ENV+= TMPMOZCONFDIR="${WRKDIR}/${MOZCONFDIR}" -.endif PLIST_SUBST+= MOZILLA=${MOZILLA} PLIST_SUBST+= MOZILLA_BIN=${MOZILLA_BIN} |