summaryrefslogtreecommitdiffstats
path: root/german/staroffice52
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2002-01-29 16:32:16 +0000
committerfenner <fenner@FreeBSD.org>2002-01-29 16:32:16 +0000
commitd7e6748352fa2df6ece540bf289838db0263f69e (patch)
tree3e8449ab9847f11bb96c5a748907d43fba0a5718 /german/staroffice52
parentcce08da362be688873c8b8cec6bd07c3495eccfd (diff)
downloadFreeBSD-ports-d7e6748352fa2df6ece540bf289838db0263f69e.zip
FreeBSD-ports-d7e6748352fa2df6ece540bf289838db0263f69e.tar.gz
Don't try to use ${AWK}, ${GREP} or ${TAIL} in != before including
bsd.port.pre.mk. Submitted by: distfile survey
Diffstat (limited to 'german/staroffice52')
-rw-r--r--german/staroffice52/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/german/staroffice52/Makefile b/german/staroffice52/Makefile
index 606940c..33c5058 100644
--- a/german/staroffice52/Makefile
+++ b/german/staroffice52/Makefile
@@ -43,11 +43,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-de.bin
-SIZE!= /bin/df -k . | ${TAIL} -n 1 | ${AWK} '{print $$4}'
-LINPROCFS!= /sbin/mount | ${GREP} linprocfs | ${AWK} '{print $1}'
.include <bsd.port.pre.mk>
+SIZE!= /bin/df -k . | ${TAIL} -n 1 | ${AWK} '{print $$4}'
+LINPROCFS!= /sbin/mount | ${GREP} linprocfs | ${AWK} '{print $1}'
+
pre-fetch:
.if ${LINPROCFS}
@${ECHO}
OpenPOWER on IntegriCloud