From db5ac5a0acef0aecd709ee7b7032d7d344103e9b Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Sat, 19 Oct 2002 10:29:18 +0000 Subject: Define ant, and change PREFIX to LOCALBASE. --- editors/openoffice-3-devel/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'editors/openoffice-3-devel') diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index f372ca18c6e4..d9c491edfa40 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-3-devel/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 -- cgit v1.2.3