diff options
Diffstat (limited to 'editors/openoffice.org-1.1/Makefile')
-rw-r--r-- | editors/openoffice.org-1.1/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile index 57cc9609b08d..4114126a5bb6 100644 --- a/editors/openoffice.org-1.1/Makefile +++ b/editors/openoffice.org-1.1/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openoffice -PORTVERSION= 1.1.1.RC3 +PORTVERSION= 1.1.1 CATEGORIES+= editors MASTER_SITES+= ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/openoffice/&,} \ ftp://sunsite.cnlab-switch.ch/mirror/OpenOffice/%SUBDIR%/ \ @@ -20,13 +20,13 @@ MASTER_SITES+= ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/openoffice/&,} \ ftp://sunsite.cnlab-switch.ch/mirror/OpenOffice/contrib/helpcontent/:help \ http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/helpcontent/:help \ http://people.freebsd.org/~mbr/ooo/:moz -MASTER_SITE_SUBDIR= contrib/rc/1.1.1rc3 -DISTFILES+= OOo_1.1.1rc3_source.tar.bz2 gpc231.tar.Z:gpc \ +MASTER_SITE_SUBDIR= stable/${PORTVERSION} +DISTFILES+= OOo_${PORTVERSION}_source.tar.bz2 gpc231.tar.Z:gpc \ patch-openoffice-mozilla101-2002-10-14:moz mozilla-vendor-1.0.2a.tgz:moz .if defined(L10NHELP) DISTFILES+= ${L10NHELP:S/$/:help/} .endif -EXTRACT_ONLY= OOo_1.1.1rc3_source.tar.bz2 +EXTRACT_ONLY= OOo_${PORTVERSION}_source.tar.bz2 ZIP?= ${PREFIX}/bin/zip UNZIP?= ${PREFIX}/bin/unzip |