diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-09-15 16:31:57 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-09-15 16:31:57 +0000 |
commit | cfa956296a7076de7c647c4a802c18c7a4be810f (patch) | |
tree | 8003c6af1a202a5b25e3a8982ee4aa467cad3aa4 /german/staroffice52 | |
parent | Update port to 2000.08.21. (diff) |
* Depend on libc6, this should fix some lib-problems. Also automatically
install linuxbase if it's not yet installed.
* Fix the cdrom installation
* Fix a typo in a shell script part of the makefile so the past
installation patches work finally.
Submitted by: Martin Blapp <mp@imp.ch> (MAINTAINER) on IRC
Notes
Notes:
svn path=/head/; revision=32649
Diffstat (limited to 'german/staroffice52')
-rw-r--r-- | german/staroffice52/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/german/staroffice52/Makefile b/german/staroffice52/Makefile index 95002040e5ad..1ae37c59ecd8 100644 --- a/german/staroffice52/Makefile +++ b/german/staroffice52/Makefile @@ -21,7 +21,8 @@ EXTRACT_ONLY= MAINTAINER= mb@imp.ch -RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base +DEPENDS= ${PORTSDIR}/emulators/linux_base +RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 NO_CDROM= 'Sie muessen StarOffice manuell via WWW-Interface herunterladen.' @@ -46,12 +47,14 @@ pre-fetch: @${FALSE} .endif .if defined(WITH_CDROM) +.if !exists(${CD_MOUNTPT}/linux/office52/setup) @${ECHO} @${ECHO} Bitte mounten Sie die Sun StarOffice 5.2 CDROM @${ECHO} nach /cdrom and starten Sie make erneut. @${ECHO} @${FALSE} .endif +.endif .if defined(WITH_CDROM) do-extract: @@ -101,13 +104,13 @@ do-install: ${ECHO} Ignorieren Sie die Fehlermeldung. StarOffice5.2 wurde erfolgreich ; \ ${ECHO} auf Ihrem System installiert. ; \ ${ECHO} ; \ - .else \ + else \ ${ECHO} ; \ ${ECHO} Während Ihrer StarOffice5.2 Installation ist ein Fehler aufgetreten. ; \ ${ECHO} Bitte schicken Sie ein Mail mit dem Fehlerbeschrieb an mb@imp.ch. Danke ; \ ${ECHO} ; \ ${FALSE} ; \ - .endif + endif .endif post-install: |