diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-09-23 18:33:14 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-09-23 18:33:14 +0800 |
commit | e2091833bb2ad89f01dbdef4c98c1acb4dcdf89a (patch) | |
tree | 1828f8bc3776e0de88d5197032bf88f0cf09bb46 /german | |
parent | 3168d882de86371a4aac0337c7ff7ce00a1e6d8d (diff) | |
download | freebsd-ports-gnome-e2091833bb2ad89f01dbdef4c98c1acb4dcdf89a.tar.gz freebsd-ports-gnome-e2091833bb2ad89f01dbdef4c98c1acb4dcdf89a.tar.zst freebsd-ports-gnome-e2091833bb2ad89f01dbdef4c98c1acb4dcdf89a.zip |
- Fix ${LINUXBASE} for /compat/linux
- Fix some warning text
- Fix ${CATEGORIES} and add german
Submitted by: Maintainer
Diffstat (limited to 'german')
-rw-r--r-- | german/staroffice52/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/german/staroffice52/Makefile b/german/staroffice52/Makefile index 1ae37c59ecd8..b651d4d69cda 100644 --- a/german/staroffice52/Makefile +++ b/german/staroffice52/Makefile @@ -7,7 +7,7 @@ PORTNAME= staroffice PORTVERSION= 5.2 -CATEGORIES= editors linux +CATEGORIES= german 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/ \ @@ -21,8 +21,7 @@ EXTRACT_ONLY= MAINTAINER= mb@imp.ch -DEPENDS= ${PORTSDIR}/emulators/linux_base -RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base +FETCH_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 NO_CDROM= 'Sie muessen StarOffice manuell via WWW-Interface herunterladen.' @@ -31,7 +30,7 @@ NO_BUILD= yes DIST_SUBDIR= staroffice52 WRKSRC= ${WRKDIR}/office52 TMPDIR= ${WRKDIR}/tmp -LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib +LD_PATH= ${TMPDIR}:${WRKSRC}:${LINUXBASE}/lib:${LINUXBASE}/usr/lib .include <bsd.port.pre.mk> @@ -94,11 +93,11 @@ do-install: @ ${ECHO} @ ${FALSE} .else -.if exists(/compat/linux/${PREFIX}) - @${LN} -fs /compat/linux/${PREFIX}/office52 ${PREFIX}/office52 +.if exists(${LINUXBASE}/${PREFIX}) + @${LN} -fs ${LINUXBASE}/${PREFIX}/office52 ${PREFIX}/office52 .endif @${CAT} ${PKGDIR}/MESSAGE - @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net' + @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} ${LINUXBASE}/bin/sh -c '${WRKSRC}/setup /net' @if [ -f ${PREFIX}/office52/program/setup ]; then \ ${ECHO} ; \ ${ECHO} Ignorieren Sie die Fehlermeldung. StarOffice5.2 wurde erfolgreich ; \ |