summaryrefslogtreecommitdiff
path: root/editors/openoffice-3/files/Makefile.others
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2014-01-17 06:06:02 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2014-01-17 06:06:02 +0000
commit993e1f4dedec7d6c72303faa76aefd8a8e79c5e1 (patch)
tree248e178e7844c825f80733b0567d0f92d2233ef4 /editors/openoffice-3/files/Makefile.others
parent- Support stage dir (diff)
Fix some annoying formatting and style bugs so I can do more work on this
port, and modernize LIB_DEPENDS. Otherwise, no functional changes.
Notes
Notes: svn path=/head/; revision=340015
Diffstat (limited to '')
-rw-r--r--editors/openoffice-3/files/Makefile.others24
1 files changed, 13 insertions, 11 deletions
diff --git a/editors/openoffice-3/files/Makefile.others b/editors/openoffice-3/files/Makefile.others
index 14d039ca28b4..2be564726b4c 100644
--- a/editors/openoffice-3/files/Makefile.others
+++ b/editors/openoffice-3/files/Makefile.others
@@ -1,13 +1,14 @@
-# Makefile for other stuffs
-# Whom: Maho Nakata <maho@FreeBSD.org>
+# Created by: Maho Nakata <maho@FreeBSD.org>
# $FreeBSD$
+#
+# Makefile for other stuff
-#other stuffs which are not directly related to making ports
-#package-rename: rename package for uploading
-#package-canonical: making official packages (WIP)
-#ure: URE (Uno Runtime Environment) packages (WIP)
-#solver: solver
-#languagepack: language pack
+# Other stuff which is not directly related to making ports
+# package-rename: rename package for uploading
+# package-canonical: making official packages (WIP)
+# ure: URE (Uno Runtime Environment) packages (WIP)
+# solver: solver
+# languagepack: language pack
package-rename:
@${ECHO_MSG} "===> Rename package for Apache OpenOffice mirror upload";
@@ -58,9 +59,10 @@ languagepack:
@cd ${WRKSRC}/instsetoo_native/unxfbsd?.pro/OpenOffice_languagepack/archive/install/${LOCALIZED_LANG} ; ls Apache_OpenOffice*tar.* > ${WRKDIR}/${LOCALIZED_LANG}_LANGPACK
@cd ${WRKDIR}/langpack_tmp ; \
for i in `${CAT} ${WRKDIR}/${LOCALIZED_LANG}_LANGPACK`; do \
- ${ECHO_CMD} "extracting $$i" ; \
- cd ${WRKDIR}/langpack_tmp ; ${TAR} xfz ${WRKSRC}/instsetoo_native/unxfbsd?.pro/OpenOffice_languagepack/archive/install/${LOCALIZED_LANG}/$$i ; \
- done
+ ${ECHO_CMD} "extracting $$i" ; \
+ cd ${WRKDIR}/langpack_tmp ; \
+ ${TAR} xfz ${WRKSRC}/instsetoo_native/unxfbsd?.pro/OpenOffice_languagepack/archive/install/${LOCALIZED_LANG}/$$i ; \
+ done
@cd ${WRKDIR}/langpack_tmp/Apache_OpenOffice*/ ; \
${MKDIR} ../${INSTALLATION_BASEDIR} ; \
${MV} * ../${INSTALLATION_BASEDIR} ; cd .. ; \