summaryrefslogtreecommitdiff
path: root/misc/libreoffice
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2016-06-19 16:50:32 +0000
committerjoerg <joerg@pkgsrc.org>2016-06-19 16:50:32 +0000
commitfaef1566883e7b2155d40ae72b252b9fdf41f965 (patch)
treeb27824746ea06bcfaaf9a36b15fce5393f0d4be0 /misc/libreoffice
parentf17e58209dec2a9060a8fdadf9385c06bb214d22 (diff)
downloadpkgsrc-faef1566883e7b2155d40ae72b252b9fdf41f965.tar.gz
Don't expect /usr/sbin to be in PATH.
Diffstat (limited to 'misc/libreoffice')
-rw-r--r--misc/libreoffice/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/libreoffice/Makefile b/misc/libreoffice/Makefile
index a7913a75fcd..f2fd47c0a13 100644
--- a/misc/libreoffice/Makefile
+++ b/misc/libreoffice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2016/06/08 14:38:21 wiz Exp $
+# $NetBSD: Makefile,v 1.83 2016/06/19 16:50:32 joerg Exp $
VERREL= 5.1.3
VERRC= 2
@@ -22,7 +22,7 @@ BUILDLINK_TRANSFORM+= opt:-O2:-O
.if !empty(MACHINE_PLATFORM:MNetBSD*)
pre-build:
- cd ${WRKSRC} && ${BUILD_MAKE_CMD} Executable_gengal && paxctl +m instdir/program/gengal.bin
+ cd ${WRKSRC} && ${BUILD_MAKE_CMD} Executable_gengal && ${TOOLS_PLATFORM.paxctl} +m instdir/program/gengal.bin
.endif
GCC_REQD+= 4.6