aboutsummaryrefslogtreecommitdiff
path: root/mail/sentinel
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-05-30 23:23:10 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-05-30 23:23:10 +0000
commit56f6b3f59231feefbfafa92d1391525a4b91576f (patch)
treea63c3c1f61995c0c887c1a537d32c6286ec41e4e /mail/sentinel
parentc727babb6a822a0e6db986f26fee454937afbf66 (diff)
downloadports-56f6b3f59231feefbfafa92d1391525a4b91576f.tar.gz
ports-56f6b3f59231feefbfafa92d1391525a4b91576f.zip
There is no need to chown from install target given the plist will take care of it
Drop NEED_ROOT
Notes
Notes: svn path=/head/; revision=388044
Diffstat (limited to 'mail/sentinel')
-rw-r--r--mail/sentinel/Makefile3
1 files changed, 0 insertions, 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}