diff options
author | bapt <bapt@FreeBSD.org> | 2015-05-31 07:23:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-05-31 07:23:10 +0800 |
commit | 590720feb45c3b4752a6453a6231d3cc3303789c (patch) | |
tree | a63c3c1f61995c0c887c1a537d32c6286ec41e4e /mail/sentinel | |
parent | 0325bcd457e772d4726cdee74517112ad6aff999 (diff) | |
download | freebsd-ports-gnome-590720feb45c3b4752a6453a6231d3cc3303789c.tar.gz freebsd-ports-gnome-590720feb45c3b4752a6453a6231d3cc3303789c.tar.zst freebsd-ports-gnome-590720feb45c3b4752a6453a6231d3cc3303789c.zip |
There is no need to chown from install target given the plist will take care of it
Drop NEED_ROOT
Diffstat (limited to 'mail/sentinel')
-rw-r--r-- | mail/sentinel/Makefile | 3 |
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} |