From 56f6b3f59231feefbfafa92d1391525a4b91576f Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 30 May 2015 23:23:10 +0000 Subject: [PATCH] There is no need to chown from install target given the plist will take care of it Drop NEED_ROOT --- mail/sentinel/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/mail/sentinel/Makefile b/mail/sentinel/Makefile index 71ebd1ed2259..2bce5acd66cd 100644 --- a/mail/sentinel/Makefile +++ b/mail/sentinel/Makefile @@ -12,8 +12,6 @@ COMMENT= Sendmail milter API implementation 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}