summaryrefslogtreecommitdiffstats
path: root/editors/openoffice-3
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-10-19 10:29:18 +0000
committermbr <mbr@FreeBSD.org>2002-10-19 10:29:18 +0000
commitfe888cc69e176ab35d6d91f2dc19a6d4d9bc49a1 (patch)
tree5628a7ab911be8da16201fc58c8ac9342cd6f526 /editors/openoffice-3
parentf001ab5dfa11f7b7470747ec23ee0c1615769d5c (diff)
downloadFreeBSD-ports-fe888cc69e176ab35d6d91f2dc19a6d4d9bc49a1.zip
FreeBSD-ports-fe888cc69e176ab35d6d91f2dc19a6d4d9bc49a1.tar.gz
Define ant, and change PREFIX to LOCALBASE.
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r--editors/openoffice-3/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile
index f372ca1..d9c491e 100644
--- a/editors/openoffice-3/Makefile
+++ b/editors/openoffice-3/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>
OpenPOWER on IntegriCloud