1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

There is no need to chown from install target given the plist will take care of it

Drop NEED_ROOT
This commit is contained in:
Baptiste Daroussin 2015-05-30 23:23:10 +00:00
parent c727babb6a
commit 56f6b3f592
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388044

View File

@ -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}