diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-02-19 10:11:40 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-02-19 10:11:40 +0000 |
commit | f3b5233696b15f4142f50e1a265d3717ce9f5e57 (patch) | |
tree | a2202a18c4c66b85ef4c1426c2b0aae3617db524 /mail/thunderbird | |
parent | 1db29d800521b229625e9fee805aad358b2e0e57 (diff) | |
download | pkgsrc-f3b5233696b15f4142f50e1a265d3717ce9f5e57.tar.gz |
Define PKG_DESTDIR_SUPPORT before .include "../../mk/bsd.prefs.mk"
Diffstat (limited to 'mail/thunderbird')
-rw-r--r-- | mail/thunderbird/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 229eaf1c395..813c2b2a0be 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2012/02/06 12:40:51 wiz Exp $ +# $NetBSD: Makefile,v 1.84 2012/02/19 10:11:40 cheusov Exp $ # DISTNAME= thunderbird-${TB_VER}.source @@ -13,6 +13,8 @@ MAINTAINER= tnn@NetBSD.org HOMEPAGE= http://www.mozillamessaging.com/en-US/thunderbird/ COMMENT= Organize, secure and customize your mail +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= unzip pax WRKSRC= ${WRKDIR}/comm-release MOZILLA_DIR= mozilla/ |