diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-12-24 14:37:25 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-12-24 14:37:25 +0000 |
commit | 50d15dbd05437f0f19175dc4e96782c5ab60627b (patch) | |
tree | 1f882a199cd65b6f117681f3235d124d6d5257be /french | |
parent | a2b7511eef7a85335d21f2f0cf5bb4dd2e6095c9 (diff) | |
download | ports-50d15dbd05437f0f19175dc4e96782c5ab60627b.tar.gz ports-50d15dbd05437f0f19175dc4e96782c5ab60627b.zip |
Notes
Diffstat (limited to 'french')
-rw-r--r-- | french/staroffice52/Makefile | 24 | ||||
-rw-r--r-- | french/staroffice52/distinfo | 1 |
2 files changed, 22 insertions, 3 deletions
diff --git a/french/staroffice52/Makefile b/french/staroffice52/Makefile index 6b7459d12eeb..0fbbe4b4746b 100644 --- a/french/staroffice52/Makefile +++ b/french/staroffice52/Makefile @@ -12,13 +12,17 @@ CATEGORIES= french editors linux MASTER_SITES= ftp://sunsite.cnlab-switch.ch/mirror/staroffice/francais/ \ ftp://ftp.math.u-bordeaux.fr/pub/StarOffice/Linux-Intel/ \ ftp://ftp.be.embnet.org/pub/tools/StarOffice/Linux/ \ - ftp://ftp.medasys-digital-systems.fr/pub1/linux/staroffice/ + ftp://ftp.medasys-digital-systems.fr/pub1/linux/staroffice/ \ + ftp://ftp.hu-berlin.de/pub/mirrors/sunsolve.sun.com/pub/patches/ \ + ftp://sunsite.anu.edu.au/mnt/disk3/sun-info/sun-patches/ \ + ftp://ftp.gtn.com/os/Sun/patches/ + DISTNAME= so-5_2-ga-bin-linux-fr.bin -DISTFILES= so-5_2-ga-bin-linux-fr.bin +DISTFILES= so-5_2-ga-bin-linux-fr.bin 109939-02.tar.Z .if defined(WITH_ADABAS) DISTFILES+= soa-5_2-ga-bin-linux-fr.bin so-5_2-ga-bin-linux-fr.bin .endif -EXTRACT_ONLY= +EXTRACT_ONLY= 109939-02.tar.Z MAINTAINER= mb@imp.ch @@ -33,6 +37,7 @@ WRKSRC= ${WRKDIR}/office52 TMPDIR= ${WRKDIR}/tmp LD_PATH= ${TMPDIR}:${WRKSRC}:${LINUXBASE}/linux/lib:${LINUXBASE}/usr/lib INSTDB.INS= ${PREFIX}/office52/program/instdb.ins +SUNSOLVE= ${WRKDIR}/109939-02 .include <bsd.port.pre.mk> @@ -85,6 +90,13 @@ do-extract: @cd ${WRKSRC} @SAL_IGNOREXERRORS=1 ${WRKSRC}/${DISTNAME} -extract ${WRKSRC} @cd ../../ + @for file in ${EXTRACT_ONLY}; do \ + if ! (cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ + ${_DISTDIR}/$$file ${EXTRACT_AFTER_ARGS}) ; \ + then \ + exit 1; \ + fi \ + done .endif .endif @@ -116,6 +128,12 @@ do-install: ${ECHO} ; \ ${FALSE} ; \ fi +.if ! defined(WITH_CDROM) + @${ECHO_MSG} "===> Applying sunsolve patches for ${PKGNAME}" + @for file in ${SUNSOLVE}/* ; do \ + ${CP} -Rv $$file ${PREFIX}/office52/ ; \ + done +.endif .endif post-install: diff --git a/french/staroffice52/distinfo b/french/staroffice52/distinfo index 04100b6b5166..158eb2f3673a 100644 --- a/french/staroffice52/distinfo +++ b/french/staroffice52/distinfo @@ -1,2 +1,3 @@ MD5 (staroffice52/so-5_2-ga-bin-linux-fr.bin) = 848e03d4feeef0112e7d2f16407d4431 MD5 (staroffice52/soa-5_2-ga-bin-linux-fr.bin) = ab303af54dafbe5b308a06c92bc51133 +MD5 (staroffice52/109939-02.tar.Z) = f2a32aec9b4c223fbb2829e496ad84b6 |