1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
Submitted by:	Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>
This commit is contained in:
Maho Nakata 2004-08-07 08:39:51 +00:00
parent 05d87412dd
commit 0690a72cfa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115556
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
#!/bin/sh
#
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.1/files/Attic/openoffice-wrapper,v 1.13 2004-07-31 03:29:15 maho Exp $
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.1/files/Attic/openoffice-wrapper,v 1.14 2004-08-07 08:39:51 maho Exp $
oopath=%%PREFIX%%/OpenOffice.org%%RELEASE_NR%%/program/
program=`echo $0 | sed -e 's|.*-%%ELEASE_NR%%-||'`
program=`echo $0 | sed -e 's|.*-%%RELEASE_NR%%-||'`
case $program in
$0)

View File

@ -1,9 +1,9 @@
#!/bin/sh
#
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.1/files/Attic/openoffice-wrapper,v 1.13 2004-07-31 03:29:15 maho Exp $
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.1/files/Attic/openoffice-wrapper,v 1.14 2004-08-07 08:39:51 maho Exp $
oopath=%%PREFIX%%/OpenOffice.org%%RELEASE_NR%%/program/
program=`echo $0 | sed -e 's|.*-%%ELEASE_NR%%-||'`
program=`echo $0 | sed -e 's|.*-%%RELEASE_NR%%-||'`
case $program in
$0)