diff options
author | maho <maho@FreeBSD.org> | 2008-10-11 14:41:53 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-10-11 14:41:53 +0800 |
commit | 659ece8b4de50472351acea57d101a45bdcef79f (patch) | |
tree | 816f5bf6bd613e83f1f12496b99e91c0a0f6e40e | |
parent | 7b80cbce2577afa66a27679b245da9277b5f37a7 (diff) | |
download | freebsd-ports-gnome-659ece8b4de50472351acea57d101a45bdcef79f.tar.gz freebsd-ports-gnome-659ece8b4de50472351acea57d101a45bdcef79f.tar.zst freebsd-ports-gnome-659ece8b4de50472351acea57d101a45bdcef79f.zip |
Fix sdk build.
Submitted by: Edward Sutton <mirror176@hotmail.com>
-rw-r--r-- | editors/openoffice.org-3-RC/files/Makefile.others | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-3-RC/files/Makefile.others b/editors/openoffice.org-3-RC/files/Makefile.others index f5848df41e31..a94d866b232b 100644 --- a/editors/openoffice.org-3-RC/files/Makefile.others +++ b/editors/openoffice.org-3-RC/files/Makefile.others @@ -24,7 +24,7 @@ sdk: @${RM} -fr ${WRKDIR}/sdk_tmp @${MKDIR} ${WRKDIR}/sdk_tmp @cd ${WRKDIR}/sdk_tmp ; \ - ${TAR} xfz ${WRKSRC}/instsetoo_native/unxfbsd?.pro/OpenOffice_SDK/bsd/install/${LOCALIZED_LANG}/freebsd-*/openoffice*.t?z + ${TAR} xfz ${WRKSRC}/instsetoo_native/unxfbsd?.pro/OpenOffice_SDK/bsd/install/${LOCALIZED_LANG}/freebsd-*/ooobasis*.t?z @cd ${WRKDIR}/sdk_tmp/opt/openoffice* ; \ ${MKDIR} ../${INSTALLATION_BASEDIR}_sdk ; \ ${MV} * ../${INSTALLATION_BASEDIR}_sdk ; cd .. ; \ |