diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2010-10-28 10:40:28 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2010-10-28 10:40:28 +0000 |
commit | 523a24e2f4ab9ef022807d231a4c79e936701b93 (patch) | |
tree | 4d585dfdec48da3cf3e8b41ab9d21bd2c80ef82a /deskutils/lightning | |
parent | f56d6d43924682f1226123db5a452a647177ff9a (diff) |
Notes
Diffstat (limited to 'deskutils/lightning')
-rw-r--r-- | deskutils/lightning/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/lightning/Makefile b/deskutils/lightning/Makefile index 0be7c61c7062..65f54178a6e4 100644 --- a/deskutils/lightning/Makefile +++ b/deskutils/lightning/Makefile @@ -18,6 +18,7 @@ COMMENT= An integrated calendar for Thunderbird and SeaMonkey OPTIONS+= THUNDERBIRD "Install Thunderbird 3.0" on \ SEAMONKEY "Install SeaMonkey 2.0" off +CONFLICTS= spidermonkey-1.[0-7]* USE_AUTOTOOLS= autoconf:213 libtool:22 ALL_TARGET= default CONFIGURE_ENV= LOCALBASE=${LOCALBASE} @@ -54,7 +55,7 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/thunderbird/thunderbird-bin:${PORTSDIR}/mail/thun RUN_DEPENDS+= ${LOCALBASE}/lib/seamonkey/seamonkey-bin:${PORTSDIR}/www/seamonkey2 .endif -XPI_FILE= ${DISTNAME}-${GECKO}-freebsd${OSVERSION:C/([0-9]).+/\1/}-${ARCH}.xpi +XPI_FILE= ${DISTNAME:C/.source//:C/-sunbird//}-freebsd${OSVERSION:C/([0-9]).+/\1/}-${ARCH}.xpi PLIST_FILES= %%DATADIR%%/${XPI_FILE} PLIST_DIRS= %%DATADIR%% |