diff options
author | joerg <joerg@pkgsrc.org> | 2016-06-19 16:50:32 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-06-19 16:50:32 +0000 |
commit | faef1566883e7b2155d40ae72b252b9fdf41f965 (patch) | |
tree | b27824746ea06bcfaaf9a36b15fce5393f0d4be0 /misc | |
parent | f17e58209dec2a9060a8fdadf9385c06bb214d22 (diff) | |
download | pkgsrc-faef1566883e7b2155d40ae72b252b9fdf41f965.tar.gz |
Don't expect /usr/sbin to be in PATH.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libreoffice/Makefile | 4 |
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 |