diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2002-01-29 16:30:58 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2002-01-29 16:30:58 +0000 |
commit | 15e8ee6894bb8f2cfe5a9f53c2e81b19f3820aae (patch) | |
tree | bad7bb706ea0b9900715636d94493f91424da5be /editors | |
parent | 9d7f4d78ecad2bdd7a0c8ef2e0e2ab0eac5df937 (diff) | |
download | ports-15e8ee6894bb8f2cfe5a9f53c2e81b19f3820aae.tar.gz ports-15e8ee6894bb8f2cfe5a9f53c2e81b19f3820aae.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/staroffice60/Makefile | 4 | ||||
-rw-r--r-- | editors/staroffice70/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/staroffice60/Makefile b/editors/staroffice60/Makefile index 48c0bc3f6c1c..894aa7303c32 100644 --- a/editors/staroffice60/Makefile +++ b/editors/staroffice60/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 <bsd.port.pre.mk> + SIZE!= /bin/df -k . | ${TAIL} -n 1 | ${AWK} '{print $$4}' LINPROCFS!= /sbin/mount | ${GREP} linprocfs | ${AWK} '{print $1}' -.include <bsd.port.pre.mk> - pre-fetch: .if ${LINPROCFS} @${ECHO} 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 <bsd.port.pre.mk> + SIZE!= /bin/df -k . | ${TAIL} -n 1 | ${AWK} '{print $$4}' LINPROCFS!= /sbin/mount | ${GREP} linprocfs | ${AWK} '{print $1}' -.include <bsd.port.pre.mk> - pre-fetch: .if ${LINPROCFS} @${ECHO} |