diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2002-01-29 16:29:47 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2002-01-29 16:29:47 +0000 |
commit | 9d7f4d78ecad2bdd7a0c8ef2e0e2ab0eac5df937 (patch) | |
tree | b232846b5aee52b367d8d9e1c88cf177bec21614 /editors/staroffice52/Makefile | |
parent | Mark 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/Makefile')
-rw-r--r-- | editors/staroffice52/Makefile | 5 |
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} |