diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-05-30 23:23:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-05-30 23:23:10 +0000 |
commit | 56f6b3f59231feefbfafa92d1391525a4b91576f (patch) | |
tree | a63c3c1f61995c0c887c1a537d32c6286ec41e4e /mail | |
parent | c727babb6a822a0e6db986f26fee454937afbf66 (diff) |
Notes
Diffstat (limited to 'mail')
-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} |