pkgsrc/www/mozilla/Makefile
taya 0245c8cc7e 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
2004-06-02 14:32:22 +00:00

18 lines
373 B
Makefile

# $NetBSD: Makefile,v 1.131 2004/06/02 14:32:22 taya Exp $
MOZILLA= mozilla
MOZILLA_BIN= mozilla-bin
MOZ_VER= 1.6
PKGREVISION= 2
EXTRACT_SUFX= .tar.bz2
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
COMMENT= Full featured gecko-based browser
USE_GCC_SHLIB= yes
BUILD_SVG= # defined
BUILD_MATHML= # defined
BUILD_CALENDAR= # defined
.include "../../www/mozilla/Makefile.common"