pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/libreoffice Don't expect /usr/sbin to be in PATH.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee8c15f0d56c
branches:  trunk
changeset: 348837:ee8c15f0d56c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jun 19 16:50:32 2016 +0000

description:
Don't expect /usr/sbin to be in PATH.

diffstat:

 misc/libreoffice/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 39279d8d7015 -r ee8c15f0d56c misc/libreoffice/Makefile
--- a/misc/libreoffice/Makefile Sun Jun 19 16:49:46 2016 +0000
+++ b/misc/libreoffice/Makefile Sun Jun 19 16:50:32 2016 +0000
@@ -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 @@
 
 .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



Home | Main Index | Thread Index | Old Index