summaryrefslogtreecommitdiff
path: root/misc/openoffice2-bin/Makefile
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-10-16 10:34:51 +0000
committerghen <ghen@pkgsrc.org>2006-10-16 10:34:51 +0000
commite25cffbc76ec1435269ac16a5d795d1c6a9338d4 (patch)
treecf85916e2398544f125420c2ebcb73162bfd9c58 /misc/openoffice2-bin/Makefile
parentad284b76f703465ba09e5d91aaa5257ea6177cf2 (diff)
downloadpkgsrc-e25cffbc76ec1435269ac16a5d795d1c6a9338d4.tar.gz
Update OpenOffice to 2.0.4. OpenOffice.org 2.0.4 is a significant release and
recommended for all. New features, bugfixes, and improvements include: * Enhanced PDF management * Direct export to LaTex * New functionality in Calc and Impress * And more... See http://development.openoffice.org/releases/2.0.4.html for a complete ChangeLog And the most important feature: Our improved Extensions management. Developers everywhere are invited to write extensions. To learn more, visit our Extensions Project: http://extensions.openoffice.org/
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 8b8693e14eb..fc3395bc4ee 100644
--- a/misc/openoffice2-bin/Makefile
+++ b/misc/openoffice2-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/06/30 15:38:53 ghen Exp $
+# $NetBSD: Makefile,v 1.22 2006/10/16 10:34:51 ghen Exp $
PKGNAME= openoffice-bin-${OO_RELEASE}
CATEGORIES= misc
@@ -15,7 +15,7 @@ RPM2PKG= ${PREFIX}/sbin/rpm2pkg
RPM2PKGARGS= -d ${PREFIX} -f ${WRKDIR}/PLIST.nouniq -s 1
OO_VER= 2.0
-OO_RELEASE= 2.0.3
+OO_RELEASE= 2.0.4
PLIST_SUBST+= VER=${OO_VER:Q}
MESSAGE_SUBST+= VER=${OO_VER:Q}
FILES_SUBST+= VER=${OO_VER:Q}
@@ -49,32 +49,32 @@ ARCH= ${MACHINE_ARCH:C/i[3-6]86/i386/g}
PKG_FAIL_REASON+= '${PKGNAME} requires Solaris libraries - see compat_svr4(8)'
. endif
DISTNAME= OOo_${OO_RELEASE}_SolarisSparc_install
-WRKSRC= ${WRKDIR}/OOC680_m7_native_packed-1_en-US.9044/packages
+WRKSRC= ${WRKDIR}/OOD680_m5_native_packed-1_en-US.9073/packages
. elif ${MACHINE_ARCH} == "i386"
DISTNAME= OOo_${OO_RELEASE}_LinuxIntel_install
-WRKSRC= ${WRKDIR}/OOC680_m7_native_packed-1_en-US.9044/RPMS
+WRKSRC= ${WRKDIR}/OOD680_m5_native_packed-1_en-US.9073/RPMS
. endif
.endif
.if ${OPSYS} == "DragonFly"
DISTNAME= OOo_${OO_RELEASE}_LinuxIntel_install
-WRKSRC= ${WRKDIR}/OOC680_m7_native_packed-1_en-US.9044/RPMS
+WRKSRC= ${WRKDIR}/OOD680_m5_native_packed-1_en-US.9073/RPMS
.endif
.if ${OPSYS} == "Linux"
.if ${ARCH} == "i386"
DISTNAME= OOo_${OO_RELEASE}_LinuxIntel_install
-WRKSRC= ${WRKDIR}/OOC680_m7_native_packed-1_en-US.9044/RPMS
+WRKSRC= ${WRKDIR}/OOD680_m5_native_packed-1_en-US.9073/RPMS
.endif
.endif
.if ${OPSYS} == "SunOS"
.if ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64"
DISTNAME= OOo_${OO_RELEASE}_SolarisSparc_install
-WRKSRC= ${WRKDIR}/OOC680_m7_native_packed-1_en-US.9044/packages
+WRKSRC= ${WRKDIR}/OOD680_m5_native_packed-1_en-US.9073/packages
.elif ${MACHINE_ARCH} == "i386"
DISTNAME= OOo_${OO_RELEASE}_Solarisx86_install
-WRKSRC= ${WRKDIR}/OOC680_m7_native_packed-1_en-US.9044/packages
+WRKSRC= ${WRKDIR}/OOD680_m5_native_packed-1_en-US.9073/packages
.endif
.endif