summaryrefslogtreecommitdiff
path: root/misc/openoffice2-bin/Makefile
diff options
context:
space:
mode:
authormrauch <mrauch@pkgsrc.org>2005-10-20 14:05:39 +0000
committermrauch <mrauch@pkgsrc.org>2005-10-20 14:05:39 +0000
commit55401acbdde550ded7b7c7c533e12d4a88d612fe (patch)
tree1b3fa41ce17d9e4634ad89d11952ece8b0cc0acc /misc/openoffice2-bin/Makefile
parent3055b29ec989b62f0d87577d4002e14995760ed2 (diff)
downloadpkgsrc-55401acbdde550ded7b7c7c533e12d4a88d612fe.tar.gz
Update to the final release 2.0.0.
This version is completely identical to the previous 2.0.0rc3.
Diffstat (limited to 'misc/openoffice2-bin/Makefile')
-rw-r--r--misc/openoffice2-bin/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/misc/openoffice2-bin/Makefile b/misc/openoffice2-bin/Makefile
index bdf4b50b537..2dbcf9e4808 100644
--- a/misc/openoffice2-bin/Makefile
+++ b/misc/openoffice2-bin/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2005/10/18 15:12:10 mrauch Exp $
+# $NetBSD: Makefile,v 1.4 2005/10/20 14:05:39 mrauch Exp $
-PKGNAME= openoffice2-bin-2.0.0rc3
+PKGNAME= openoffice2-bin-2.0.0
CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_OPENOFFICE:=contrib/rc/2.0.0rc3/}
+MASTER_SITES= ${MASTER_SITE_OPENOFFICE:=stable/2.0.0/}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= mrauch@NetBSD.org
@@ -51,27 +51,27 @@ DEINSTALL_EXTRA_TMPL= ${PKGDIR}/INSTALL
. if !exists(/emul/svr4/usr/lib/ld.so)
PKG_FAIL_REASON= '${PKGNAME} requires Solaris libraries - see compat_svr4(8)'
. endif
-DISTNAME= OOo_2.0.0rc3_051014_SolarisSparc_install
+DISTNAME= OOo_2.0.0_SolarisSparc_install
WRKSRC= ${WRKDIR}/OOO680_m3_native_packed-1_en-US.8968/packages
. elif ${MACHINE_ARCH} == "i386"
-DISTNAME= OOo_2.0.0rc3_051015_LinuxIntel_install
+DISTNAME= OOo_2.0.0_LinuxIntel_install
WRKSRC= ${WRKDIR}/OOO680_m3_native_packed-2_en-US.8968/RPMS
. endif
.endif
.if ${OPSYS} == "Linux"
.if ${ARCH} == "i386"
-DISTNAME= OOo_2.0.0rc3_051015_LinuxIntel_install
+DISTNAME= OOo_2.0.0_LinuxIntel_install
WRKSRC= ${WRKDIR}/OOO680_m3_native_packed-2_en-US.8968/RPMS
.endif
.endif
.if ${OPSYS} == "SunOS"
.if ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64"
-DISTNAME= OOo_2.0.0rc3_051014_SolarisSparc_install
+DISTNAME= OOo_2.0.0_SolarisSparc_install
WRKSRC= ${WRKDIR}/OOO680_m3_native_packed-1_en-US.8968/packages
.elif ${MACHINE_ARCH} == "i386"
-DISTNAME= OOo_2.0.0rc3_051014_Solarisx86_install
+DISTNAME= OOo_2.0.0_Solarisx86_install
WRKSRC= ${WRKDIR}/OOO680_m3_native_packed-1_en-US.8968/packages
.endif
.endif