aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2002-01-30 00:30:58 +0800
committerfenner <fenner@FreeBSD.org>2002-01-30 00:30:58 +0800
commitcce08da362be688873c8b8cec6bd07c3495eccfd (patch)
tree8aca2039922472fa19b742b6d63e92ed04062b12 /editors
parent545a580c2e709bfe617ad1bfa151da319821f211 (diff)
downloadfreebsd-ports-gnome-cce08da362be688873c8b8cec6bd07c3495eccfd.tar.gz
freebsd-ports-gnome-cce08da362be688873c8b8cec6bd07c3495eccfd.tar.zst
freebsd-ports-gnome-cce08da362be688873c8b8cec6bd07c3495eccfd.zip
Don't try to use ${AWK}, ${GREP} and ${TAIL} in != before including
bsd.port.pre.mk . Submitted by: distfile survey
Diffstat (limited to 'editors')
-rw-r--r--editors/staroffice60/Makefile4
-rw-r--r--editors/staroffice70/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/staroffice60/Makefile b/editors/staroffice60/Makefile
index 48c0bc3f6c1c..894aa7303c32 100644
--- a/editors/staroffice60/Makefile
+++ b/editors/staroffice60/Makefile
@@ -35,11 +35,11 @@ LD_PATH= ${TMPDIR}:${WRKSRC}:${LINUXBASE}/lib:${LINUXBASE}/usr/lib
INSTDB.INS= ${PREFIX}/${SOVERSION}/program/instdb.ins
OPENCONFIG= ${PREFIX}/${SOVERSION}/share/config/registry/cache/instance/org/openoffice
+.include <bsd.port.pre.mk>
+
SIZE!= /bin/df -k . | ${TAIL} -n 1 | ${AWK} '{print $$4}'
LINPROCFS!= /sbin/mount | ${GREP} linprocfs | ${AWK} '{print $1}'
-.include <bsd.port.pre.mk>
-
pre-fetch:
.if ${LINPROCFS}
@${ECHO}
diff --git a/editors/staroffice70/Makefile b/editors/staroffice70/Makefile
index 48c0bc3f6c1c..894aa7303c32 100644
--- a/editors/staroffice70/Makefile
+++ b/editors/staroffice70/Makefile
@@ -35,11 +35,11 @@ LD_PATH= ${TMPDIR}:${WRKSRC}:${LINUXBASE}/lib:${LINUXBASE}/usr/lib
INSTDB.INS= ${PREFIX}/${SOVERSION}/program/instdb.ins
OPENCONFIG= ${PREFIX}/${SOVERSION}/share/config/registry/cache/instance/org/openoffice
+.include <bsd.port.pre.mk>
+
SIZE!= /bin/df -k . | ${TAIL} -n 1 | ${AWK} '{print $$4}'
LINPROCFS!= /sbin/mount | ${GREP} linprocfs | ${AWK} '{print $1}'
-.include <bsd.port.pre.mk>
-
pre-fetch:
.if ${LINPROCFS}
@${ECHO}