diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2004-05-13 08:56:06 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2004-05-13 08:56:06 +0000 |
commit | a52c81fd2cf18d6b42f6e76cd9f83c6ab0c77cf0 (patch) | |
tree | f42301fbb074d7e96358c896f2ded2ac58902fd1 /editors | |
parent | 2867b58cfe14fe203edc2ec45778eeceee51f66d (diff) | |
download | ports-a52c81fd2cf18d6b42f6e76cd9f83c6ab0c77cf0.tar.gz ports-a52c81fd2cf18d6b42f6e76cd9f83c6ab0c77cf0.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/staroffice70/Makefile | 12 | ||||
-rw-r--r-- | editors/staroffice70/distinfo | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/editors/staroffice70/Makefile b/editors/staroffice70/Makefile index f8b0e5561ada..41f0c59231d8 100644 --- a/editors/staroffice70/Makefile +++ b/editors/staroffice70/Makefile @@ -15,15 +15,15 @@ MASTER_SITES= ftp://ftp.sun.co.uk/pub/patches/:patch \ ftp://ftp.cs.tu-berlin.de/pub/sun/sun-fixes/.../:patch DISTNAME= so-7-ga-bin-linux-en.bin .if !defined(USE_CDROM) -DISTFILES= so-7-ga-bin-linux-en.bin 116518-02.tar:patch +DISTFILES= so-7-ga-bin-linux-en.bin 116518-03.tar:patch .else -DISTFILES= 116518-02.tar:patch +DISTFILES= 116518-03.tar:patch .endif .if defined(WITH_ADABAS) DISTFILES+= soa-7-ga-bin-linux-en.bin .endif -EXTRACT_ONLY= 116518-02.tar +EXTRACT_ONLY= 116518-03.tar MAINTAINER= mbr@FreeBSD.org COMMENT= Wordprocessor/dbase/spreadheet/drawing/chart @@ -41,7 +41,7 @@ LD_PATH= ${TMPDIR}:${WRKSRC}:${LINUXBASE}/lib:${LINUXBASE}/usr/lib INSTDB.INS= ${PREFIX}/${SOVERSION}/program/instdb.ins SUNSOLVE= ${WRKDIR}/112887-04 ADABAS_DIST= soa-7-ga-bin-linux-en.bin -PATCH_DIST= so-7-pp1-bin-linux.bin +PATCH_DIST= so-7-pp2-bin-linux.bin .include <bsd.port.pre.mk> @@ -118,7 +118,7 @@ pre-fetch: @${FALSE} .endif .if defined(USE_CDROM) -DLTEST=116518-02.tar +DLTEST=116518-03.tar .else .if exists(/cdrom/linux/office7/setup) @${ECHO} @@ -251,7 +251,7 @@ install-patch: ${WRKSRC}/patchsetup.resp @-SAL_IGNOREXERRORS=1 PATH="/bin:${PATH}" LD_LIBRARY_PATH=${LD_PATH} \ TEMP=${TMPDIR} ${LINUXBASE}/bin/sh -c 'umask 022 && \ - ${WRKSRC}/../116518-02/${PATCH_DIST} -patch:${PREFIX}/${SOVERSION}\ + ${WRKSRC}/../116518-03/${PATCH_DIST} -patch:${PREFIX}/${SOVERSION}\ -r:${WRKSRC}/patchsetup.resp' install-update: diff --git a/editors/staroffice70/distinfo b/editors/staroffice70/distinfo index 874fee0869ef..a618fc5883b9 100644 --- a/editors/staroffice70/distinfo +++ b/editors/staroffice70/distinfo @@ -4,4 +4,4 @@ MD5 (soa-7-ga-bin-linux-en.bin) = fb4cda40ff388f0db4de19403f2f32c7 MD5 (so-7-ga-en-BASIC_GUIDE.PDF) = 29eea1442a0061ceb349f556b2dba917 MD5 (so-7-ga-en-MANUAL.PDF) = 478cecf0c08ee7b89cb6ff129aa2af80 MD5 (so-7-ga-en-SETUP_GUIDE.PDF) = 5bc102fc44abf61226f046ae88d22f45 -MD5 (116518-02.tar) = 29a916e37f0aa3bf45b3c688e32bb0ce +MD5 (116518-03.tar) = b9b85832e413ad744761115105377da0 |