diff options
author | maho <maho@FreeBSD.org> | 2005-11-02 09:57:27 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-11-02 09:57:27 +0800 |
commit | 95a2dcacb387b8279d10287048c2aab12ed31f85 (patch) | |
tree | ff75612c7ce92750c47ef2011bbcf64dd60a0f4d /editors | |
parent | d3087fc10819ad1f3345875b5c71a3ed6986d230 (diff) | |
download | freebsd-ports-gnome-95a2dcacb387b8279d10287048c2aab12ed31f85.tar.gz freebsd-ports-gnome-95a2dcacb387b8279d10287048c2aab12ed31f85.tar.zst freebsd-ports-gnome-95a2dcacb387b8279d10287048c2aab12ed31f85.zip |
remove mysterious Jz
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice.org-1.1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile index ff53035298b6..65d0b3e9868d 100644 --- a/editors/openoffice.org-1.1/Makefile +++ b/editors/openoffice.org-1.1/Makefile @@ -20,7 +20,7 @@ MASTER_SITES+= ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/openoffice/stable/1.1.5/ ${MASTER_SITE_MOZILLA:S/$/:mozsrc/} \ http://openoffice.lunarshells.com/sources/helpcontent/:help \ ${MASTER_SITE_RINGSERVER:S/$/:help/} \ -Jz ${MASTER_SITE_RINGSERVER:S/$/:help3/} \ + ${MASTER_SITE_RINGSERVER:S/$/:help3/} \ ftp://ftp.kddlabs.co.jp/office/openoffice/contrib/helpcontent/:help \ ftp://sunsite.cnlab-switch.ch/mirror/OpenOffice/contrib/helpcontent/:help \ http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/helpcontent/:help \ |