mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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)
This commit is contained in:
parent
08ebf601b9
commit
7ffeae1147
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324561
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user