aboutsummaryrefslogtreecommitdiff
path: root/editors/staroffice52
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-29 10:34:23 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-29 10:34:23 +0000
commit5406488640c9d4292c7a5349facb9e09d7fb04dc (patch)
tree315682ed881cd935b54d89a2f4bd722649e9d38c /editors/staroffice52
parent32c83edfbcce207c560685385be28ffc02faad2c (diff)
downloadports-5406488640c9d4292c7a5349facb9e09d7fb04dc.tar.gz
ports-5406488640c9d4292c7a5349facb9e09d7fb04dc.zip
Notes
Diffstat (limited to 'editors/staroffice52')
-rw-r--r--editors/staroffice52/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/staroffice52/Makefile b/editors/staroffice52/Makefile
index 811ee210b414..f69ffeef8f62 100644
--- a/editors/staroffice52/Makefile
+++ b/editors/staroffice52/Makefile
@@ -45,8 +45,8 @@ 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 . | /usr/bin/tail -n 1 | /usr/bin/awk '{print $$4}'
-LINPROCFS!= /sbin/mount | /usr/bin/grep linprocfs | /usr/bin/awk '{print $1}'
+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>