diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-13 16:18:00 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-13 16:18:00 +0000 |
commit | 1db758c3902b3df1696cc1fcb696c42c10ffd682 (patch) | |
tree | 60cc4a22b4a3c23663474f43fdbf49cf4f28b1cd /mail/thunderbird3 | |
parent | Update to 0.8.2. (diff) |
Fix build when PORTSDIR is read-only.
PR: 72629
Notes
Notes:
svn path=/head/; revision=119261
Diffstat (limited to 'mail/thunderbird3')
-rw-r--r-- | mail/thunderbird3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/thunderbird3/Makefile b/mail/thunderbird3/Makefile index fe2583be14bd..c9208c79a91d 100644 --- a/mail/thunderbird3/Makefile +++ b/mail/thunderbird3/Makefile @@ -30,6 +30,8 @@ USE_ICONV= yes USE_PERL5= yes USE_REINPLACE= yes HAS_CONFIGURE= yes +NO_MTREE= yes +PLIST= ${WRKDIR}/plist ALL_TARGET= default USE_GNOME= gtk20 libidl CONFIGURE_ENV= LOCALBASE=${LOCALBASE} |