diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-01-24 23:51:34 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-01-24 23:51:34 +0000 |
commit | 6a88f368f5bd2c84599b2bb9eb05e677f4fd346f (patch) | |
tree | 5cc060f224ac2f1e5322e8f65dc56c1863caa64b /editors/openoffice.org-3 | |
parent | 12cdd35c4b93fe83a6f5806e823f7991132b16ff (diff) | |
download | ports-6a88f368f5bd2c84599b2bb9eb05e677f4fd346f.tar.gz ports-6a88f368f5bd2c84599b2bb9eb05e677f4fd346f.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-3')
-rw-r--r-- | editors/openoffice.org-3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-3/Makefile b/editors/openoffice.org-3/Makefile index e6be311f3b31..87bb4f1c010f 100644 --- a/editors/openoffice.org-3/Makefile +++ b/editors/openoffice.org-3/Makefile @@ -211,8 +211,8 @@ package-rename: 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.org${RELEASE_NR}._SDK.tar.gz ${WRKDIR}/../${PACKAGE_BASENAME}_sdk.tar.gz + #@cd ${WRKSRC} ; ${TCSH} -c 'source FreeBSDEnv.Set ; cd sdk_oo ; build.pl ; deliver.pl' + #@${MV} ${WRKSRC}/solver/${CODELINE}/unxfbsd.pro/bin/OpenOffice.org${RELEASE_NR}._SDK.tar.gz ${WRKDIR}/../${PACKAGE_BASENAME}_sdk.tar.gz solver: @${ECHO_MSG} "===> Make Solver of OpenOffice.org" |