diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 12:51:40 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 12:51:40 +0000 |
commit | eabbfd75e30148b8f686899a638b93547ca83485 (patch) | |
tree | 5b70e6802d6d9dfe8b4564fc4f09f2d0a5156343 /editors/openoffice-devel/Makefile | |
parent | f51fe6e12cc1833af15f8086b22a92af9f8aa4b0 (diff) | |
download | ports-eabbfd75e30148b8f686899a638b93547ca83485.tar.gz ports-eabbfd75e30148b8f686899a638b93547ca83485.zip |
Notes
Diffstat (limited to 'editors/openoffice-devel/Makefile')
-rw-r--r-- | editors/openoffice-devel/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index 319a50e5fb6d..a82428629af7 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -292,13 +292,13 @@ pre-everything:: # really tweak, extremely useful when you build all localized language versions # needed after when you build with ALL_LOCALIZED_LANGS. .if defined(TWEAK_L10N) - ${RM} -f ${WRKDIR}/.PLIST* - ${RM} -f ${WRKDIR}/.install_done.* - ${RM} -f ${WRKDIR}/.package_done.* - ${RM} -f ${WRKDIR}/.extract_done.* - ${RM} -f ${WRKDIR}/.patch_done.* - ${RM} -f ${WRKDIR}/.configure_done.* - ${RM} -f ${WRKDIR}/.build_done.* + ${RM} ${WRKDIR}/.PLIST* + ${RM} ${WRKDIR}/.install_done.* + ${RM} ${WRKDIR}/.package_done.* + ${RM} ${WRKDIR}/.extract_done.* + ${RM} ${WRKDIR}/.patch_done.* + ${RM} ${WRKDIR}/.configure_done.* + ${RM} ${WRKDIR}/.build_done.* ${MKDIR} ${WRKDIR} ${TOUCH} ${EXTRACT_COOKIE} ${TOUCH} ${PATCH_COOKIE} @@ -311,7 +311,7 @@ post-extract: ${CP} ${DISTDIR}/${DIST_SUBDIR}/unowinreg.dll ${WRKSRC}/external/unowinreg/ ${CP} ${FILESDIR}/freebsd-aoo-intro-developer.png ${WRKSRC}/default_images/introabout/intro.png ${CP} ${FILESDIR}/freebsd-aoo-about-developer.png ${WRKSRC}/default_images/introabout/about.png - ${RM} -rf ${WRKSRC}/l10n + ${RM} -r ${WRKSRC}/l10n ${LN} -sf ${UNZIP_CMD} ${WRKSRC}/solenv/bin/unzip ${SED} -e '\|^For main/vcl/unx/generic/fontmanager/parseAFM|,/^__/p' \ -e '\|^For PostScript(R) AFM|,/^__/p' \ |