diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-10-19 10:29:18 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-10-19 10:29:18 +0000 |
commit | db5ac5a0acef0aecd709ee7b7032d7d344103e9b (patch) | |
tree | 59925eb19d4067806ccdd69fe5b7f3d74a0988e0 /editors/openoffice.org-vcltesttool | |
parent | 15a79b97ac258fdb0b7309d00ef5bffcf8ac2f4b (diff) | |
download | ports-db5ac5a0acef0aecd709ee7b7032d7d344103e9b.tar.gz ports-db5ac5a0acef0aecd709ee7b7032d7d344103e9b.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-vcltesttool')
-rw-r--r-- | editors/openoffice.org-vcltesttool/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile index f372ca18c6e4..d9c491edfa40 100644 --- a/editors/openoffice.org-vcltesttool/Makefile +++ b/editors/openoffice.org-vcltesttool/Makefile @@ -27,9 +27,10 @@ CUT?= /usr/bin/cut AWK?= /usr/bin/awk GREP?= /usr/bin/grep MOUNT?= /sbin/mount -ZIP?= ${PREFIX}/bin/zip -UNZIP?= ${PREFIX}/bin/unzip TCSH?= /bin/tcsh +ZIP?= ${LOCALBASE}/bin/zip +UNZIP?= ${LOCALBASE}/bin/unzip +ANT?= ${LOCALBASE}/bin/ant .include <bsd.port.pre.mk> |