diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-08-28 13:35:26 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-08-28 13:35:26 +0000 |
commit | 4d641c0b36a9ef201fda9da546d6b4abd7bff228 (patch) | |
tree | 336cb9703e940df5388ea7078be4f5fa532e3f03 /german/staroffice52 | |
parent | 03ca2e452869eb99f750f71b73bff4e005eb0fae (diff) | |
download | FreeBSD-ports-4d641c0b36a9ef201fda9da546d6b4abd7bff228.zip FreeBSD-ports-4d641c0b36a9ef201fda9da546d6b4abd7bff228.tar.gz |
Add MASTER_SITES and remove notice about manually downloading
Submitted by: Martin Blapp <mb@imp.ch> (Maintainer)
Diffstat (limited to 'german/staroffice52')
-rw-r--r-- | german/staroffice52/Makefile | 27 |
1 files changed, 7 insertions, 20 deletions
diff --git a/german/staroffice52/Makefile b/german/staroffice52/Makefile index 5976a73..c185b5d 100644 --- a/german/staroffice52/Makefile +++ b/german/staroffice52/Makefile @@ -8,6 +8,13 @@ PORTNAME= staroffice PORTVERSION= 5.2 CATEGORIES= editors linux +MASTER_SITES= ftp://ftp.hu-berlin.de/pub/linux/staroffice/german/ \ + ftp://ftp.software-engineering.org/pub/mirrors/staroffice/5.2/ \ + ftp://ftp.uni-linz.ac.at/pub/staroffice_5.2/ \ + ftp://sunsite.cnlab-switch.ch/mirror/staroffice/deutsch/ \ + ftp://ftp.schwabmuenchen.de/pub/Linux/Office/Star_Office/ \ + ftp://ftp.mayn.de/pub/unix/office/staroffice/ \ + ftp://ftp.isst.fhg.de/ISST/Sun/Staroffice/5.2/ DISTNAME= so-5_2-ga-bin-linux-de.bin DISTFILES= soa-5_2-ga-bin-linux-de.bin so-5_2-ga-bin-linux-de.bin EXTRACT_ONLY= @@ -44,26 +51,6 @@ pre-fetch: @${ECHO} nach /cdrom and starten Sie make erneut. @${ECHO} @${FALSE} -.else -.if !exists(${_DISTDIR}) - @${MKDIR} ${_DISTDIR} -.endif -.if !exists(${_DISTDIR}/${DISTNAME}) - @${ECHO} - @${ECHO} Bitte laden Sie ${DISTFILES} manuell - @${ECHO} von http://www.sun.com/staroffice herunter. - @${ECHO} - @${ECHO} ${ADEBAS} ist das Datenbank-Modul für Staroffice. - @${ECHO} - @${ECHO} Kopieren Sie ${DISTFILES} - @${ECHO} in das bereits erstellte Verzeichnis ${_DISTDIR} - @${ECHO} und starten Sie make erneut. - @${ECHO} - @${ECHO} Wenn Sie die StarOffice 5.2 CDROM besitzen, - @${ECHO} koennen Sie auch 'make WITH_CDROM=yes' ausfuehren. - @${ECHO} - @${FALSE} -.endif .endif .if defined(WITH_CDROM) |