aboutsummaryrefslogtreecommitdiff
path: root/sysutils/watchman
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-12-14 14:32:28 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-12-14 14:32:28 +0000
commitfb446f0e3bd9581eb3f829bf6bfc4ed9692aa6a0 (patch)
tree9a5f81eb62297351613a366366d3668e279c540c /sysutils/watchman
parent8a1a39031b79e8e3915825211f6c004338232aa9 (diff)
downloadports-fb446f0e3bd9581eb3f829bf6bfc4ed9692aa6a0.tar.gz
ports-fb446f0e3bd9581eb3f829bf6bfc4ed9692aa6a0.zip
Fix build as a user, and while there, fix the more /var/run/watchman
should have. Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=403725
Diffstat (limited to 'sysutils/watchman')
-rw-r--r--sysutils/watchman/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/watchman/Makefile b/sysutils/watchman/Makefile
index 5829ee0b8b2d..0457a79f92ea 100644
--- a/sysutils/watchman/Makefile
+++ b/sysutils/watchman/Makefile
@@ -3,6 +3,7 @@
PORTNAME= watchman
PORTVERSION= 4.2.0
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
@@ -25,7 +26,7 @@ CONFIGURE_ARGS+= --disable-silent-rules
.endif
PLIST_FILES= bin/${PORTNAME} \
- "@dir(,,777) /var/run/${PORTNAME}"
+ "@dir(,,2777) /var/run/${PORTNAME}"
PORTDOCS= README.markdown
OPTIONS_DEFINE= BACKTRACE PCRE
@@ -46,7 +47,7 @@ post-patch:
-e '\,/etc, { s//$$sysconfdir/; /=/s/^/eval /; }' \
${WRKSRC}/configure.ac
@${REINPLACE_CMD} -e '/^docdir = /d' \
- -e '/not-empty/d' \
+ -e '/not-empty/d; /chmod g+s/d;' \
${WRKSRC}/Makefile.am
.include <bsd.port.mk>