1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Simplify makefile

This commit is contained in:
Baptiste Daroussin 2014-10-31 23:09:42 +00:00
parent 083fccd2a6
commit 1888243260
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371954
2 changed files with 2 additions and 4 deletions

View File

@ -110,6 +110,7 @@ do-install:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/greylist.conf ${STAGEDIR}${EXAMPLESDIR}
.endif
@${MKDIR} ${STAGEDIR}/var/milter-greylist
.include "${.CURDIR}/../sendmail/bsd.milter.mk"
.include <bsd.port.mk>

View File

@ -2,7 +2,4 @@ libexec/milter-greylist
man/man5/greylist.conf.5.gz
man/man8/milter-greylist.8.gz
etc/mail/greylist.conf.sample
@exec /bin/mkdir -p /var/milter-greylist
@exec /usr/sbin/chown -R mailnull:mailnull /var/milter-greylist
@dirrmtry etc/mail
@unexec [ -f /var/milter-greylist/greylist.db ] || rmdir /var/milter-greylist || true
@dir(mailnull,mailnull,) /var/milter-greylist