diff options
author | alex <alex@FreeBSD.org> | 2001-09-05 20:19:01 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-09-05 20:19:01 +0000 |
commit | f460499c7ab3d6b806eaa4fb82b7ee8d34682e44 (patch) | |
tree | 2ddc9454609706eee6eb644b17bf4f6d72edeb99 /german/staroffice52 | |
parent | 0d922a5e17dcf9206a0bbb7ff25fd9f5a9430e97 (diff) | |
download | FreeBSD-ports-f460499c7ab3d6b806eaa4fb82b7ee8d34682e44.zip FreeBSD-ports-f460499c7ab3d6b806eaa4fb82b7ee8d34682e44.tar.gz |
Use full path to mount and utilites, because /sbin might not be in PATH.
Fix last-minute brainos in the message for linprocfs.
Submitted by: fenner
Diffstat (limited to 'german/staroffice52')
-rw-r--r-- | german/staroffice52/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/german/staroffice52/Makefile b/german/staroffice52/Makefile index e60c688..649f299 100644 --- a/german/staroffice52/Makefile +++ b/german/staroffice52/Makefile @@ -38,7 +38,7 @@ INSTDB.INS= ${PREFIX}/office52/program/instdb.ins SUNSOLVE= ${WRKDIR}/109939-02 ADABAS_DIST= soa-5_2-ga-bin-linux-de.bin SIZE!= /bin/df -k . | /usr/bin/tail -n 1 | /usr/bin/awk '{print $$4}' -LINPROCFS!= mount | grep linprocfs | awk '{print $1}' +LINPROCFS!= /sbin/mount | /usr/bin/grep linprocfs | /usr/bin/awk '{print $1}' .include <bsd.port.pre.mk> @@ -51,7 +51,7 @@ pre-fetch: @${ECHO} @${ECHO} Staroffice benoetigt ein gemountetes linprocfs, das auf @${ECHO} ihrem System nicht aktiviert ist. Bitte lesen Sie die - @${ECHO} linprocfs(5) manpage und fuegen Sie folgende Line zu der + @${ECHO} linprocfs\(5\) manpage und fuegen Sie folgende Line zu der @${ECHO} Datei /etc/fstab hinzu: @${ECHO} @${ECHO} linproc /compat/linux/proc linprocfs rw 0 0 |