aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2002-01-30 00:29:47 +0800
committerfenner <fenner@FreeBSD.org>2002-01-30 00:29:47 +0800
commit545a580c2e709bfe617ad1bfa151da319821f211 (patch)
treedec17f96c3e7e36f3eca09f24d82800ef0472f4f /editors
parent2f57162d153b9afe624574ef5b8540bfce1b7807 (diff)
downloadfreebsd-ports-gnome-545a580c2e709bfe617ad1bfa151da319821f211.tar.gz
freebsd-ports-gnome-545a580c2e709bfe617ad1bfa151da319821f211.tar.zst
freebsd-ports-gnome-545a580c2e709bfe617ad1bfa151da319821f211.zip
Don't try to use ${AWK} and ${TAIL} in != commands before including
bsd.port.pre.mk Submitted by: distfile survey
Diffstat (limited to 'editors')
-rw-r--r--editors/staroffice52/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/staroffice52/Makefile b/editors/staroffice52/Makefile
index f69ffeef8f62..df47e8250c6b 100644
--- a/editors/staroffice52/Makefile
+++ b/editors/staroffice52/Makefile
@@ -45,11 +45,12 @@ LD_PATH= ${TMPDIR}:${WRKSRC}:${LINUXBASE}/lib:${LINUXBASE}/usr/lib
INSTDB.INS= ${PREFIX}/office52/program/instdb.ins
SUNSOLVE= ${WRKDIR}/109939-03
ADABAS_DIST= soa-5_2-ga-bin-linux-en.bin
-SIZE!= /bin/df -k . | ${TAIL} -n 1 | ${AWK} '{print $$4}'
-LINPROCFS!= /sbin/mount | /usr/bin/grep linprocfs | ${AWK} '{print $1}'
.include <bsd.port.pre.mk>
+SIZE!= /bin/df -k . | ${TAIL} -n 1 | ${AWK} '{print $$4}'
+LINPROCFS!= /sbin/mount | /usr/bin/grep linprocfs | ${AWK} '{print $1}'
+
pre-fetch:
.if ${LINPROCFS}
@${ECHO}