summaryrefslogtreecommitdiff
path: root/editors/staroffice52
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>2002-01-29 16:29:47 +0000
committerBill Fenner <fenner@FreeBSD.org>2002-01-29 16:29:47 +0000
commit9d7f4d78ecad2bdd7a0c8ef2e0e2ab0eac5df937 (patch)
treeb232846b5aee52b367d8d9e1c88cf177bec21614 /editors/staroffice52
parentMark FORBIDDEN due to remotely exploitable buffer overflows. (diff)
Don't try to use ${AWK} and ${TAIL} in != commands before including
bsd.port.pre.mk Submitted by: distfile survey
Notes
Notes: svn path=/head/; revision=53969
Diffstat (limited to 'editors/staroffice52')
-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}