diff options
Diffstat (limited to 'editors/openoffice.org-2-devel/files/openoffice.org-wrapper')
-rw-r--r-- | editors/openoffice.org-2-devel/files/openoffice.org-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-2-devel/files/openoffice.org-wrapper b/editors/openoffice.org-2-devel/files/openoffice.org-wrapper index f5bd1a8f5fda..857170b21172 100644 --- a/editors/openoffice.org-2-devel/files/openoffice.org-wrapper +++ b/editors/openoffice.org-2-devel/files/openoffice.org-wrapper @@ -1,9 +1,9 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2-devel/files/Attic/openoffice.org-wrapper,v 1.1 2005-07-29 01:44:40 maho Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2-devel/files/Attic/openoffice.org-wrapper,v 1.2 2005-12-23 03:06:18 maho Exp $ oopath=%%PREFIX%%/%%INSTALLATION_BASEDIR%%/program/ -program=`echo $0 | sed -e 's|.*-%%RELEASE_NR%%m%%MILESTONE%%-||'` +program=`echo $0 | sed -e 's|.*-%%OOOTAG%%-||'` case $program in $0) |