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/thunderbird-esr | |
parent | f0def7da502f566b337159e6b959b86985bdac84 (diff) | |
download | ports-1db758c3902b3df1696cc1fcb696c42c10ffd682.tar.gz ports-1db758c3902b3df1696cc1fcb696c42c10ffd682.zip |
Fix build when PORTSDIR is read-only.
PR: 72629
Notes
Notes:
svn path=/head/; revision=119261
Diffstat (limited to 'mail/thunderbird-esr')
-rw-r--r-- | mail/thunderbird-esr/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile index fe2583be14bd..c9208c79a91d 100644 --- a/mail/thunderbird-esr/Makefile +++ b/mail/thunderbird-esr/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} |