From 85d9b6ac05091d97438b580af38cde1a6cf78534 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Sun, 27 Apr 2003 10:31:16 +0000 Subject: Make the kde startup files use our wrapper files. --- editors/openoffice-1.0/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'editors/openoffice-1.0') diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 70ca26e523b6..8b9237dfdb14 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -538,6 +538,9 @@ do-build: pre-install: @${SED} -e 's#%%PREFIX%%#${PREFIX}#g' < ${FILESDIR}/oo_setup.resp \ > ${WRKSRC}/../instsetoo/unxfbsd.pro/${LANG_EXT}/normal/oo_setup.resp + # fix KDE-files to use our wrapper skrips. + @${FIND} ${WRKSRC}/../sysui/unxfbsd.pro | ${EGREP} "\.desktop$$" | ${XARGS} \ + ${PERL} -pi -e 's|Exec="\/program/|Exec="${PREFIX}/bin/openoffice-|' do-install: .if !defined(DISPLAY) -- cgit v1.2.3