aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice-3-devel
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2006-11-30 06:08:18 +0800
committermaho <maho@FreeBSD.org>2006-11-30 06:08:18 +0800
commit48e41fd308ad9ddda7e1dfba3b0a88591f4a088d (patch)
tree7765e79f128d19a195269bc1bfb16e02519bd99b /editors/openoffice-3-devel
parent1c11d14b37f23d60458376be3e38084717cbaa12 (diff)
downloadfreebsd-ports-gnome-48e41fd308ad9ddda7e1dfba3b0a88591f4a088d.tar.gz
freebsd-ports-gnome-48e41fd308ad9ddda7e1dfba3b0a88591f4a088d.tar.zst
freebsd-ports-gnome-48e41fd308ad9ddda7e1dfba3b0a88591f4a088d.zip
* Fix package. TMPPLIST must be overwrite at the first.[1]
* Fix pkg-message. Submitted by: Jack L.[1]
Diffstat (limited to 'editors/openoffice-3-devel')
-rw-r--r--editors/openoffice-3-devel/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile
index bd460e745fe9..5e6f08aa9b03 100644
--- a/editors/openoffice-3-devel/Makefile
+++ b/editors/openoffice-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}