diff options
author | mbr <mbr@FreeBSD.org> | 2003-06-08 09:56:30 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-06-08 09:56:30 +0000 |
commit | 680ba12b8c383b0e2c81e60f0891c36f865d7f0e (patch) | |
tree | a7b92de80c8f6e0618e7f021981373fe533b79a5 /editors/openoffice.org-3-RC | |
parent | 5f723ec3b2bdedaabd486958c19e367c07b9808a (diff) | |
download | FreeBSD-ports-680ba12b8c383b0e2c81e60f0891c36f865d7f0e.zip FreeBSD-ports-680ba12b8c383b0e2c81e60f0891c36f865d7f0e.tar.gz |
The KDE-wrapper has changed from script to binary. It is now
a lot more difficult to patch it. Until we found the correct
way to deal with it, comment it out.
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r-- | editors/openoffice.org-3-RC/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index 1f5e7ee..9195a8e 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/Makefile @@ -414,8 +414,8 @@ post-patch: ${PERL} -pi -e "s|<malloc.h>|<stdlib.h>|g" fix-kdewrappers: - @${PERL} -pi -e 's|"Exec", "\\"\<progpath\>/program/|"Exec", "\\"${PREFIX}/bin/openoffice_${RELEASE_NR}-|' \ - ${WRKSRC}/../sysui/oounix/office/kde2/kdeint +# @${PERL} -pi -e 's|"Exec", "\\"\<progpath\>/program/|"Exec", "\\"${PREFIX}/bin/openoffice_${RELEASE_NR}-|' \ +# ${WRKSRC}/../sysui/oounix/office/kde2/kdeint fix-gnomewrappers: @${PERL} -pi -e 's|"Exec", "<progpath>/program/|"Exec", "${PREFIX}/bin/openoffice_${RELEASE_NR}-|' \ |