diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-13 20:09:34 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-13 20:09:34 +0800 |
commit | ada303b4e3c3c3d9e7e88375f0f999182fe47859 (patch) | |
tree | 4d1b743e52fa5753d86f997229b20a3a1e88e68b /deskutils | |
parent | b44398ac541e3741dd0124d3b5e855991db4cd7e (diff) | |
download | marcuscom-ports-ada303b4e3c3c3d9e7e88375f0f999182fe47859.tar marcuscom-ports-ada303b4e3c3c3d9e7e88375f0f999182fe47859.tar.gz marcuscom-ports-ada303b4e3c3c3d9e7e88375f0f999182fe47859.tar.bz2 marcuscom-ports-ada303b4e3c3c3d9e7e88375f0f999182fe47859.tar.lz marcuscom-ports-ada303b4e3c3c3d9e7e88375f0f999182fe47859.tar.xz marcuscom-ports-ada303b4e3c3c3d9e7e88375f0f999182fe47859.tar.zst marcuscom-ports-ada303b4e3c3c3d9e7e88375f0f999182fe47859.zip |
- Make this port really work. For users of thunderbird who want built in
calendar support please test!
Note: this only works on 6.x at the moment, I plan to build some 7.x and
5.x binaries.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7775 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/lightning-xpi/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/deskutils/lightning-xpi/Makefile b/deskutils/lightning-xpi/Makefile index 1195d2672..4a4eea421 100644 --- a/deskutils/lightning-xpi/Makefile +++ b/deskutils/lightning-xpi/Makefile @@ -3,14 +3,15 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/deskutils/lightning-xpi/Makefile,v 1.1 2006/10/13 09:31:41 ahze Exp $ PORTNAME= lightning PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ahze -PKGNAMEPREFIX= thunderbird- +PKGNAMESUFFIX= -xpi DISTNAME= ${PORTNAME}-${PORTVERSION}-tb-FreeBSD-${ARCH} EXTRACT_SUFX= .xpi @@ -19,12 +20,12 @@ COMMENT= An integrated calendar for Thunderbird RUN_DEPENDS= thunderbird:${PORTSDIR}/mail/thunderbird -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 sparc64 NO_BUILD= yes USE_ZIP= yes EXTRACT_AFTER_ARGS= -d ${WRKSRC} PLIST?= ${WRKDIR}/plist -LIGHTNING_DIR= lib/thunderbird/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6} +LIGHTNING_DIR= lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103} pre-install: ${RM} -f ${PLIST} @@ -35,8 +36,9 @@ pre-install: ${ECHO} "@dirrm ${LIGHTNING_DIR}" >> ${PLIST} do-install: - cd ${WRKSRC} && ${FIND} . | \ - ${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/${LIGHTNING_DIR} + ${MKDIR} ${PREFIX}/${LIGHTNING_DIR} + ${CHMOD} 0755 ${PREFIX}/${LIGHTNING_DIR} + @(cd ${WRKSRC} && ${PAX} -U ${LIBOWN} -G ${LIBGRP} -vrw . ${PREFIX}/${LIGHTNING_DIR}) .if defined(MAKESUM) .undef DISTNAME |