Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2015 23:23:11 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388044 - head/mail/sentinel
Message-ID:  <201505302323.t4UNNBPm003022@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



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