aboutsummaryrefslogtreecommitdiff
path: root/mail/elm+ME
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-07-08 19:43:00 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-07-08 19:43:00 +0000
commit8fe22693a45ddec12f4fc11e3c5af3220d1332e9 (patch)
treeed8f73e74122665432c93e7c7c38683ca0f9786e /mail/elm+ME
parenta5acb11974719fac101a2e2f5a5015dea13dfdb2 (diff)
downloadports-8fe22693a45ddec12f4fc11e3c5af3220d1332e9.tar.gz
ports-8fe22693a45ddec12f4fc11e3c5af3220d1332e9.zip
Fully qualify the path to sysctl.
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=167204
Diffstat (limited to 'mail/elm+ME')
-rw-r--r--mail/elm+ME/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/elm+ME/Makefile b/mail/elm+ME/Makefile
index 7dfae07cecde..15432b462ab4 100644
--- a/mail/elm+ME/Makefile
+++ b/mail/elm+ME/Makefile
@@ -169,7 +169,7 @@ fix-permissions:
# part of the POSIX 1003.1 specification. XXX revisit for 1003.1-2001
# as this is now mandatory.
patch-setgid:
- @if [ "$$(sysctl -n kern.saved_ids)" -eq 0 ]; then \
+ @if [ "$$(/sbin/sysctl -n kern.saved_ids)" -eq 0 ]; then \
${REINPLACE_CMD} -e 's|setgid|setegid|' \
${WRKSRC}/lib/localmbx.c \
${WRKSRC}/src/init.c ${WRKSRC}/src/lock.c; \