From owner-svn-ports-all@FreeBSD.ORG Sat May 30 23:23:11 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8BD83A73; Sat, 30 May 2015 23:23:11 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A87215B2; Sat, 30 May 2015 23:23:11 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4UNNBPv003024; Sat, 30 May 2015 23:23:11 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4UNNBPm003022; Sat, 30 May 2015 23:23:11 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201505302323.t4UNNBPm003022@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 30 May 2015 23:23:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388044 - head/mail/sentinel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 May 2015 23:23:11 -0000 Author: bapt Date: Sat May 30 23:23:10 2015 New Revision: 388044 URL: https://svnweb.freebsd.org/changeset/ports/388044 Log: There is no need to chown from install target given the plist will take care of it Drop NEED_ROOT Modified: head/mail/sentinel/Makefile Modified: head/mail/sentinel/Makefile ============================================================================== --- head/mail/sentinel/Makefile Sat May 30 23:21:45 2015 (r388043) +++ head/mail/sentinel/Makefile Sat May 30 23:23:10 2015 (r388044) @@ -12,8 +12,6 @@ COMMENT= Sendmail milter API implementat LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre -NEED_ROOT= yes - CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -35,7 +33,6 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sentinel ${STAGEDIR}${PREFIX}/sbin/ @${MKDIR} ${STAGEDIR}/var/spool/sentinel - ${CHOWN} smmsp:smmsp ${STAGEDIR}/var/spool/sentinel ${INSTALL_DATA} ${FILESDIR}/000.sentinel.sh ${STAGEDIR}${PREFIX}/etc/rc.d/sentinel.sh-dist ${INSTALL_DATA} ${WRKSRC}/sentinel.cf.SAMPLE ${STAGEDIR}${PREFIX}/etc/sentinel.cf.dist .if ${PORT_OPTIONS:MDOCS}