diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-01-16 08:47:09 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-01-16 08:47:09 +0000 |
commit | 57bd96dd2378d314d2130da3281b1d407b5e403c (patch) | |
tree | 09fddfe8df71820e0cbec9400e134aa32b497c78 /editors/openoffice.org-1.1/Makefile | |
parent | de12a398ae5753b4ad2a893ba5bc6a86787ef021 (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-1.1/Makefile')
-rw-r--r-- | editors/openoffice.org-1.1/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile index 54460ef14d38..40d7dc9b3841 100644 --- a/editors/openoffice.org-1.1/Makefile +++ b/editors/openoffice.org-1.1/Makefile @@ -158,6 +158,9 @@ pre-everything:: .endif post-extract: +.if defined(WITH_TTF_BYTECODE_ENABLED) + @cd ${WRKSRC} ; ${PATCH} < ${FILESDIR}/optpatch-freetype +.endif @cd ${WRKDIR} ; ${CAT} ${DISTDIR}/${DIST_SUBDIR}/gpc231.tar.Z | ${TAR} xfz - @${CP} ${WRKDIR}/gpc231/gpc.c ${WRKSRC}/external/gpc/ @${CP} ${WRKDIR}/gpc231/gpc.h ${WRKSRC}/external/gpc/ @@ -223,6 +226,7 @@ post-install: ${WRKDIR}/openoffice-wrapper @${INSTALL_SCRIPT} ${WRKDIR}/openoffice-wrapper \ ${PREFIX}/bin/${EXECBASE} + @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/openoffice.org @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-sagenda @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-scalc @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-sdraw |