summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjoerg <joerg>2016-06-19 16:50:32 +0000
committerjoerg <joerg>2016-06-19 16:50:32 +0000
commit20fa47820464b4bbda1b19a012c791fd35c1f288 (patch)
tree617d59303723422ab30975d05019bb400a24ff5e /misc
parent6372feb74b40d7b036e1e67c18c6bafc19a3cccc (diff)
downloadpkgsrc-20fa47820464b4bbda1b19a012c791fd35c1f288.tar.gz
Don't expect /usr/sbin to be in PATH.
Diffstat (limited to 'misc')
-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