aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/Makefile.others
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-11-17 21:08:27 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-11-17 21:08:27 +0000
commit9dd9234739e7be7ab02ec1da132a629020d458e5 (patch)
tree692c37613784ad0877bc8f3ee6f577465f5a38ae /editors/openoffice-3-devel/files/Makefile.others
parent6a5ff4a7d33efe2d4be246267597db9ce906fe26 (diff)
downloadports-9dd9234739e7be7ab02ec1da132a629020d458e5.tar.gz
ports-9dd9234739e7be7ab02ec1da132a629020d458e5.zip
Notes
Diffstat (limited to 'editors/openoffice-3-devel/files/Makefile.others')
-rw-r--r--editors/openoffice-3-devel/files/Makefile.others10
1 files changed, 8 insertions, 2 deletions
diff --git a/editors/openoffice-3-devel/files/Makefile.others b/editors/openoffice-3-devel/files/Makefile.others
index e97ee054c437..5a5dd2495c91 100644
--- a/editors/openoffice-3-devel/files/Makefile.others
+++ b/editors/openoffice-3-devel/files/Makefile.others
@@ -22,8 +22,14 @@ package-canonical:
sdk:
@${ECHO_MSG} "===> Make SDK of OpenOffice.org"
- @cd ${WRKSRC} ; ${TCSH} -c 'source FreeBSDEnv.Set ; cd sdk_oo ; build.pl ; deliver.pl'
- @${MV} ${WRKSRC}/solver/${CODELINE}/unxfbsd.pro/bin/OpenOffice.org2.0_SDK.tar.gz ${WRKDIR}/../${PACKAGE_BASENAME}_sdk.tar.gz
+ @${RM} -fr ${WRKDIR}/sdk_tmp
+ @${MKDIR} ${WRKDIR}/sdk_tmp
+ @cd ${WRKDIR}/sdk_tmp ; \
+ ${TAR} xfz ${WRKSRC}/instsetoo_native/unxfbsd.pro/SDK/bsd/install/${LOCALIZED_LANG}/freebsd-*/openoffice*.tgz
+ @cd ${WRKDIR}/sdk_tmp/opt/openoffice* ; \
+ ${MKDIR} ../${INSTALLATION_BASEDIR} ; \
+ ${MV} * ../${INSTALLATION_BASEDIR} ; cd .. ; \
+ ${TAR} cfj ${WRKDIR}/../${PACKAGE_BASENAME}_SDK.tar.bz2 ${INSTALLATION_BASEDIR}
ure:
@${ECHO_MSG} "===> Make Uno Runtime Environment of OpenOffice.org"