diff options
author | mbr <mbr@FreeBSD.org> | 2002-10-19 18:29:18 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-10-19 18:29:18 +0800 |
commit | fe888cc69e176ab35d6d91f2dc19a6d4d9bc49a1 (patch) | |
tree | 5628a7ab911be8da16201fc58c8ac9342cd6f526 /editors/openoffice.org-2.0-devel | |
parent | f001ab5dfa11f7b7470747ec23ee0c1615769d5c (diff) | |
download | freebsd-ports-gnome-fe888cc69e176ab35d6d91f2dc19a6d4d9bc49a1.tar.gz freebsd-ports-gnome-fe888cc69e176ab35d6d91f2dc19a6d4d9bc49a1.tar.zst freebsd-ports-gnome-fe888cc69e176ab35d6d91f2dc19a6d4d9bc49a1.zip |
Define ant, and change PREFIX to LOCALBASE.
Diffstat (limited to 'editors/openoffice.org-2.0-devel')
-rw-r--r-- | editors/openoffice.org-2.0-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/openoffice.org-2.0-devel/Makefile b/editors/openoffice.org-2.0-devel/Makefile index f372ca18c6e4..d9c491edfa40 100644 --- a/editors/openoffice.org-2.0-devel/Makefile +++ b/editors/openoffice.org-2.0-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 <bsd.port.pre.mk> |