diff options
author | alex <alex@FreeBSD.org> | 2000-09-15 16:31:57 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-09-15 16:31:57 +0000 |
commit | dc4544c9df573b5f885beb364bb7149906eb7071 (patch) | |
tree | 0f5c97333824163dd1b5178376885e762dc78f3c /german | |
parent | 21c5cce88a301f3a8e77a7f2baec43838a15b99c (diff) | |
download | FreeBSD-ports-dc4544c9df573b5f885beb364bb7149906eb7071.zip FreeBSD-ports-dc4544c9df573b5f885beb364bb7149906eb7071.tar.gz |
* 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
Diffstat (limited to 'german')
-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 9500204..1ae37c5 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: |