aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-02-04 17:30:13 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-02-04 17:30:13 +0000
commiteb8ba94b049cadfa93e41f67d6bcedca1e5dd754 (patch)
tree9bdfb6be3335c7b77889ef2d9b0834dc3f22b5fa /editors
parentdbe7a76658a4a45542ae36b19840447e0fbc14a6 (diff)
downloadports-eb8ba94b049cadfa93e41f67d6bcedca1e5dd754.tar.gz
ports-eb8ba94b049cadfa93e41f67d6bcedca1e5dd754.zip
Fix with custom PREFIX
Feature safe: yes
Notes
Notes: svn path=/head/; revision=268610
Diffstat (limited to 'editors')
-rw-r--r--editors/libreoffice/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index a91c0feab897..fb638c316dc4 100644
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -114,7 +114,7 @@ CONFIGURE_ARGS+= --without-download \
--disable-odk \
--with-build-version="FreeBSD ports ${PKGVERSION}" \
--with-vendor="FreeBSD ports ${PKGVERSION}" \
- --exec-prefix=${LOCALBASE} \
+ --exec-prefix=${PREFIX} \
--with-num-cpus=${MAKE_JOBS_NUMBER} \
--with-installed-ooo-dirname=${PORTNAME} \
--without-git \