diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 10:34:23 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 10:34:23 +0000 |
commit | 5406488640c9d4292c7a5349facb9e09d7fb04dc (patch) | |
tree | 315682ed881cd935b54d89a2f4bd722649e9d38c /german | |
parent | 32c83edfbcce207c560685385be28ffc02faad2c (diff) | |
download | ports-5406488640c9d4292c7a5349facb9e09d7fb04dc.tar.gz ports-5406488640c9d4292c7a5349facb9e09d7fb04dc.zip |
Notes
Diffstat (limited to 'german')
-rw-r--r-- | german/staroffice70/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/german/staroffice70/Makefile b/german/staroffice70/Makefile index 37dc0032007a..48c0bc3f6c1c 100644 --- a/german/staroffice70/Makefile +++ b/german/staroffice70/Makefile @@ -35,8 +35,8 @@ 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 -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 | ${GREP} linprocfs | ${AWK} '{print $1}' .include <bsd.port.pre.mk> |