diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-09-16 06:50:17 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-09-16 06:50:17 +0000 |
commit | 839ed4a55f6b3467098b1c2cb4eae026038fd9cf (patch) | |
tree | 80d61017feb0b9b6488b40657999bd519e99b52b /editors/openoffice.org-2.0 | |
parent | Revert previous commit. This port doesn't work with perl < 5.6.1, so (diff) |
Remove a dash in the pathname.
Approved by: marcus (portsmgr)
Diffstat (limited to 'editors/openoffice.org-2.0')
-rw-r--r-- | editors/openoffice.org-2.0/files/openoffice-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-2.0/files/openoffice-wrapper b/editors/openoffice.org-2.0/files/openoffice-wrapper index 068d789d77c8..42d3f735d50b 100644 --- a/editors/openoffice.org-2.0/files/openoffice-wrapper +++ b/editors/openoffice.org-2.0/files/openoffice-wrapper @@ -1,8 +1,8 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2.0/files/Attic/openoffice-wrapper,v 1.9 2003-09-14 21:52:25 mbr Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2.0/files/Attic/openoffice-wrapper,v 1.10 2003-09-16 06:50:17 mbr Exp $ -oopath=%%PREFIX%%/OpenOffice.org-%%FRELEASE_NR%%/program/ +oopath=%%PREFIX%%/OpenOffice.org%%FRELEASE_NR%%/program/ program=`echo $0 | sed -e 's|.*-%%RELEASE_NR%%-||'` if [ ! $LANG ]; then |