Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Dec 2015 14:32:28 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403725 - head/sysutils/watchman
Message-ID:  <201512141432.tBEEWSmu015368@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Dec 14 14:32:28 2015
New Revision: 403725
URL: https://svnweb.freebsd.org/changeset/ports/403725

Log:
  Fix build as a user, and while there, fix the more /var/run/watchman
  should have.
  
  Sponsored by:	Absolight

Modified:
  head/sysutils/watchman/Makefile

Modified: head/sysutils/watchman/Makefile
==============================================================================
--- head/sysutils/watchman/Makefile	Mon Dec 14 14:22:08 2015	(r403724)
+++ head/sysutils/watchman/Makefile	Mon Dec 14 14:32:28 2015	(r403725)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512141432.tBEEWSmu015368>