diff options
author | marcus <marcus@FreeBSD.org> | 2004-10-14 00:18:00 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-10-14 00:18:00 +0800 |
commit | c4371733c7030e494be515f773b39f57b3a45f9a (patch) | |
tree | 2edb6855fae1b50f562d194be3da430f928bae42 /mail | |
parent | 30fefbdf62b298beb4d6520d7d0feb7bd8c4eca5 (diff) | |
download | freebsd-ports-gnome-c4371733c7030e494be515f773b39f57b3a45f9a.tar.gz freebsd-ports-gnome-c4371733c7030e494be515f773b39f57b3a45f9a.tar.zst freebsd-ports-gnome-c4371733c7030e494be515f773b39f57b3a45f9a.zip |
Fix build when PORTSDIR is read-only.
PR: 72629
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/thunderbird-esr/Makefile | 2 | ||||
-rw-r--r-- | mail/thunderbird/Makefile | 2 | ||||
-rw-r--r-- | mail/thunderbird3/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/mail/thunderbird-devel/Makefile b/mail/thunderbird-devel/Makefile index fe2583be14bd..c9208c79a91d 100644 --- a/mail/thunderbird-devel/Makefile +++ b/mail/thunderbird-devel/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} 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} diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index fe2583be14bd..c9208c79a91d 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/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} 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} |