aboutsummaryrefslogtreecommitdiff
path: root/german
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2001-09-05 20:19:01 +0000
committerAlexander Langer <alex@FreeBSD.org>2001-09-05 20:19:01 +0000
commit6f120797255b87c469d4023893602d6fb53abc03 (patch)
treee6ce9df846cdcaab25da5d4bdcdbaa2122a06091 /german
parenta64268a2983c37584544d2ffba0461e4d70c868a (diff)
downloadports-6f120797255b87c469d4023893602d6fb53abc03.tar.gz
ports-6f120797255b87c469d4023893602d6fb53abc03.zip
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
Notes
Notes: svn path=/head/; revision=47461
Diffstat (limited to 'german')
-rw-r--r--german/staroffice52/Makefile4
-rw-r--r--german/staroffice70/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/german/staroffice52/Makefile b/german/staroffice52/Makefile
index e60c6880ffc9..649f299fdda4 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
diff --git a/german/staroffice70/Makefile b/german/staroffice70/Makefile
index abf03b7e2984..b37f629119bd 100644
--- a/german/staroffice70/Makefile
+++ b/german/staroffice70/Makefile
@@ -40,7 +40,7 @@ INSTDB.INS= ${PREFIX}/office52/program/instdb.ins
SUNSOLVE= ${WRKDIR}/109939-02
ADABAS_DIST= soa-5_2-ga-bin-linux-en.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>
@@ -52,7 +52,7 @@ pre-fetch:
@${ECHO} -----------------------------------------------------------
@${ECHO}
@${ECHO} Staroffice setup needs a running linprocfs, which is not
- @${ECHO} activated on your system. Please read the linprocfs(5)
+ @${ECHO} activated on your system. Please read the linprocfs\(5\)
@${ECHO} manpage and add the following line to /etc/fstab:
@${ECHO}
@${ECHO} linproc /compat/linux/proc linprocfs rw 0 0