From c5e756cc4a4dbb3bc4053b7955990155f78894f7 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Sat, 31 Jul 2004 03:29:15 +0000 Subject: FRELEASE_NR should be RELEASE_NR --- editors/openoffice-1.1/files/openoffice-wrapper | 6 +++--- editors/openoffice.org-1.1/files/openoffice-wrapper | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'editors') diff --git a/editors/openoffice-1.1/files/openoffice-wrapper b/editors/openoffice-1.1/files/openoffice-wrapper index 5db5d68a71e1..80bf990a9cda 100644 --- a/editors/openoffice-1.1/files/openoffice-wrapper +++ b/editors/openoffice-1.1/files/openoffice-wrapper @@ -1,9 +1,9 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.1/files/Attic/openoffice-wrapper,v 1.12 2003-09-25 22:43:58 mbr Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.1/files/Attic/openoffice-wrapper,v 1.13 2004-07-31 03:29:15 maho Exp $ -oopath=%%PREFIX%%/OpenOffice.org%%FRELEASE_NR%%/program/ -program=`echo $0 | sed -e 's|.*-%%RELEASE_NR%%-||'` +oopath=%%PREFIX%%/OpenOffice.org%%RELEASE_NR%%/program/ +program=`echo $0 | sed -e 's|.*-%%ELEASE_NR%%-||'` case $program in $0) diff --git a/editors/openoffice.org-1.1/files/openoffice-wrapper b/editors/openoffice.org-1.1/files/openoffice-wrapper index 6cf59663846a..fa1ea3dc6e54 100644 --- a/editors/openoffice.org-1.1/files/openoffice-wrapper +++ b/editors/openoffice.org-1.1/files/openoffice-wrapper @@ -1,9 +1,9 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.1/files/Attic/openoffice-wrapper,v 1.12 2003-09-25 22:43:58 mbr Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.1/files/Attic/openoffice-wrapper,v 1.13 2004-07-31 03:29:15 maho Exp $ -oopath=%%PREFIX%%/OpenOffice.org%%FRELEASE_NR%%/program/ -program=`echo $0 | sed -e 's|.*-%%RELEASE_NR%%-||'` +oopath=%%PREFIX%%/OpenOffice.org%%RELEASE_NR%%/program/ +program=`echo $0 | sed -e 's|.*-%%ELEASE_NR%%-||'` case $program in $0) -- cgit v1.2.3