svn commit: r324561 - head/mail/thunderbird
John Marino
marino at FreeBSD.org
Sat Aug 10 23:34:17 UTC 2013
Author: marino
Date: Sat Aug 10 23:34:16 2013
New Revision: 324561
URL: http://svnweb.freebsd.org/changeset/ports/324561
Log:
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)
Modified:
head/mail/thunderbird/Makefile
Modified: head/mail/thunderbird/Makefile
==============================================================================
--- head/mail/thunderbird/Makefile Sat Aug 10 23:05:33 2013 (r324560)
+++ head/mail/thunderbird/Makefile Sat Aug 10 23:34:16 2013 (r324561)
@@ -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 \
More information about the svn-ports-head
mailing list