summaryrefslogtreecommitdiff
path: root/german/staroffice52
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>2002-01-29 16:32:16 +0000
committerBill Fenner <fenner@FreeBSD.org>2002-01-29 16:32:16 +0000
commite736998cb0ab61eaa4f896025fd93c308e75cee3 (patch)
tree7a0856c89f742966e590e750638af10a4ae75a33 /german/staroffice52
parentDon't try to use ${AWK}, ${GREP} and ${TAIL} in != before including (diff)
Don't try to use ${AWK}, ${GREP} or ${TAIL} in != before including
bsd.port.pre.mk. Submitted by: distfile survey
Notes
Notes: svn path=/head/; revision=53971
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 606940cd114a..33c50584274d 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}