aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>2001-09-06 04:19:01 +0800
committeralex <alex@FreeBSD.org>2001-09-06 04:19:01 +0800
commitf460499c7ab3d6b806eaa4fb82b7ee8d34682e44 (patch)
tree2ddc9454609706eee6eb644b17bf4f6d72edeb99 /editors
parent0d922a5e17dcf9206a0bbb7ff25fd9f5a9430e97 (diff)
downloadfreebsd-ports-gnome-f460499c7ab3d6b806eaa4fb82b7ee8d34682e44.tar.gz
freebsd-ports-gnome-f460499c7ab3d6b806eaa4fb82b7ee8d34682e44.tar.zst
freebsd-ports-gnome-f460499c7ab3d6b806eaa4fb82b7ee8d34682e44.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
Diffstat (limited to 'editors')
-rw-r--r--editors/staroffice52/Makefile4
-rw-r--r--editors/staroffice60/Makefile4
-rw-r--r--editors/staroffice70/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/editors/staroffice52/Makefile b/editors/staroffice52/Makefile
index abf03b7e2984..b37f629119bd 100644
--- a/editors/staroffice52/Makefile
+++ b/editors/staroffice52/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
diff --git a/editors/staroffice60/Makefile b/editors/staroffice60/Makefile
index abf03b7e2984..b37f629119bd 100644
--- a/editors/staroffice60/Makefile
+++ b/editors/staroffice60/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
diff --git a/editors/staroffice70/Makefile b/editors/staroffice70/Makefile
index abf03b7e2984..b37f629119bd 100644
--- a/editors/staroffice70/Makefile
+++ b/editors/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