diff options
author | maho <maho@FreeBSD.org> | 2008-06-14 09:32:33 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-06-14 09:32:33 +0800 |
commit | 911fade36a0e61e693e8e21335d7ca386632d8e2 (patch) | |
tree | de0bba082f6a933e571197d735c9a2323f205302 /editors | |
parent | 5277c8f0a50cd7d93f3d3661f99603777bf7d5a5 (diff) | |
download | freebsd-ports-gnome-911fade36a0e61e693e8e21335d7ca386632d8e2.tar.gz freebsd-ports-gnome-911fade36a0e61e693e8e21335d7ca386632d8e2.tar.zst freebsd-ports-gnome-911fade36a0e61e693e8e21335d7ca386632d8e2.zip |
The startup script now works correctly and bump portrevision.
Submitted by: Sven-Ã
ke_Svensson <sas@mbg.se>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-3/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-3/files/openoffice.org-wrapper | 4 | ||||
-rw-r--r-- | editors/openoffice.org-3/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice.org-3/files/openoffice.org-wrapper | 4 |
4 files changed, 6 insertions, 4 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index 365a6ed67b82..f6011079ea04 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -8,6 +8,7 @@ PORTNAME?= openoffice.org PORTVERSION?= ${OOOVERSION} +PORTREVISION?= 1 CATEGORIES+= editors java MASTER_SITES+= http://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \ http://openoffice.lunarshells.com/sources/ \ diff --git a/editors/openoffice-3/files/openoffice.org-wrapper b/editors/openoffice-3/files/openoffice.org-wrapper index 46b46a78c6aa..c409ec71d079 100644 --- a/editors/openoffice-3/files/openoffice.org-wrapper +++ b/editors/openoffice-3/files/openoffice.org-wrapper @@ -1,8 +1,8 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-3/files/Attic/openoffice.org-wrapper,v 1.3 2006-04-20 21:56:12 maho Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-3/files/Attic/openoffice.org-wrapper,v 1.4 2008-06-14 01:32:33 maho Exp $ -oopath=%%PREFIX%%/%%INSTALLATION_BASEDIR%%/program/ +oopath=%%PREFIX%%/%%INSTALLATION_BASEDIR%%/%%OOODIR%%/program/ program=`echo $0 | sed -e 's|.*-%%OOOVERSION%%-||'` case $program in diff --git a/editors/openoffice.org-3/Makefile b/editors/openoffice.org-3/Makefile index 365a6ed67b82..f6011079ea04 100644 --- a/editors/openoffice.org-3/Makefile +++ b/editors/openoffice.org-3/Makefile @@ -8,6 +8,7 @@ PORTNAME?= openoffice.org PORTVERSION?= ${OOOVERSION} +PORTREVISION?= 1 CATEGORIES+= editors java MASTER_SITES+= http://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \ http://openoffice.lunarshells.com/sources/ \ diff --git a/editors/openoffice.org-3/files/openoffice.org-wrapper b/editors/openoffice.org-3/files/openoffice.org-wrapper index d9a2d75ac3ac..cab5d9589b9d 100644 --- a/editors/openoffice.org-3/files/openoffice.org-wrapper +++ b/editors/openoffice.org-3/files/openoffice.org-wrapper @@ -1,8 +1,8 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-3/files/Attic/openoffice.org-wrapper,v 1.3 2006-04-20 21:56:12 maho Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-3/files/Attic/openoffice.org-wrapper,v 1.4 2008-06-14 01:32:33 maho Exp $ -oopath=%%PREFIX%%/%%INSTALLATION_BASEDIR%%/program/ +oopath=%%PREFIX%%/%%INSTALLATION_BASEDIR%%/%%OOODIR%%/program/ program=`echo $0 | sed -e 's|.*-%%OOOVERSION%%-||'` case $program in |