From 15e8ee6894bb8f2cfe5a9f53c2e81b19f3820aae Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Tue, 29 Jan 2002 16:30:58 +0000 Subject: Don't try to use ${AWK}, ${GREP} and ${TAIL} in != before including bsd.port.pre.mk . Submitted by: distfile survey --- editors/staroffice70/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/staroffice70/Makefile') 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 + SIZE!= /bin/df -k . | ${TAIL} -n 1 | ${AWK} '{print $$4}' LINPROCFS!= /sbin/mount | ${GREP} linprocfs | ${AWK} '{print $1}' -.include - pre-fetch: .if ${LINPROCFS} @${ECHO} -- cgit v1.2.3