svn commit: r388044 - head/mail/sentinel
Baptiste Daroussin
bapt at FreeBSD.org
Sat May 30 23:23:11 UTC 2015
Author: bapt
Date: Sat May 30 23:23:10 2015
New Revision: 388044
URL: https://svnweb.freebsd.org/changeset/ports/388044
Log:
There is no need to chown from install target given the plist will take care of it
Drop NEED_ROOT
Modified:
head/mail/sentinel/Makefile
Modified: head/mail/sentinel/Makefile
==============================================================================
--- head/mail/sentinel/Makefile Sat May 30 23:21:45 2015 (r388043)
+++ head/mail/sentinel/Makefile Sat May 30 23:23:10 2015 (r388044)
@@ -12,8 +12,6 @@ COMMENT= Sendmail milter API implementat
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}
More information about the svn-ports-all
mailing list