diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-11-29 22:08:18 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-11-29 22:08:18 +0000 |
commit | 729d96568ebffea06306f7d87ac1f8484161d059 (patch) | |
tree | 54a53a1cdea1d8b7dff3d17a0950ca752703ba72 /editors/openoffice.org-3-devel | |
parent | fc6b70fcd13cefe4065023e19781e223362da561 (diff) | |
download | ports-729d96568ebffea06306f7d87ac1f8484161d059.tar.gz ports-729d96568ebffea06306f7d87ac1f8484161d059.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-3-devel')
-rw-r--r-- | editors/openoffice.org-3-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile index bd460e745fe9..5e6f08aa9b03 100644 --- a/editors/openoffice.org-3-devel/Makefile +++ b/editors/openoffice.org-3-devel/Makefile @@ -250,6 +250,7 @@ post-install: @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-simpress @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-spadmin @${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-swriter + @${PRINTF} "" > ${TMPPLIST} .if defined(WITH_MENU) @${REINPLACE_CMD} -e '/^Exec/s/printeradmin/spadmin/' \ ${PREFIX}/${INSTALLATION_BASEDIR}/share/xdg/*.desktop @@ -283,6 +284,7 @@ post-install: -e 's#%%INSTALLATION_BASEDIR%%#${INSTALLATION_BASEDIR}#g' \ -e 's#%%EXECBASE%%#${EXECBASE}#g' \ -e 's#%%OOOTAG%%#${OOOTAG}#g' \ + -e 's#%%OOOVERSION%%#${OOOVERSION}#g' \ ${PKGMESSAGE} @${ECHO_CMD} @${CAT} ${PKGMESSAGE} |