aboutsummaryrefslogtreecommitdiffstats
path: root/mail/thunderbird
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-08-11 07:34:16 +0800
committerJohn Marino <marino@FreeBSD.org>2013-08-11 07:34:16 +0800
commit7ffeae1147130079197b95c8acc7b9e4fcd08f04 (patch)
treee471cbaf511f288ac45a1cc220fe363b430dec07 /mail/thunderbird
parent08ebf601b919ec3fecdcce1074441d081c3a6850 (diff)
downloadfreebsd-ports-gnome-7ffeae1147130079197b95c8acc7b9e4fcd08f04.tar.gz
freebsd-ports-gnome-7ffeae1147130079197b95c8acc7b9e4fcd08f04.tar.zst
freebsd-ports-gnome-7ffeae1147130079197b95c8acc7b9e4fcd08f04.zip
mail/thunderbird: Replace hardcoded "freebsd" with OPSYS:L
Using OPSYS allows port to build on DragonFly without modification. There were no functional changes made to port. Approved by: bapt/culot (mentors, implicit)
Diffstat (limited to 'mail/thunderbird')
-rw-r--r--mail/thunderbird/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index 5d8c66c716fc..53b16d555336 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -69,7 +69,7 @@ DISTFILES+= ${EM_DISTFILE}:enigmail
RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
EM_DISTNAME= enigmail-${EM_VERSION}
EM_DISTFILE= ${EM_DISTNAME}.tar.gz
-EM_XPI_FILE= ${MOZ_OBJDIR}/mozilla/dist/bin/${EM_DISTNAME}-freebsd-${ARCH:S/amd64/x86_64/}.xpi
+EM_XPI_FILE= ${MOZ_OBJDIR}/mozilla/dist/bin/${EM_DISTNAME}-${OPSYS:L}-${ARCH:S/amd64/x86_64/}.xpi
EM_ORIG_ID= {847b3a00-7ab1-11d4-8f02-006008948af5}
EM_ID= ${PORTNAME}@mozilla-enigmail.org
EM_ID_RFILES= ${XPI_LIBDIR}/${EM_ID}/install.rdf \