Index: head/mail/opensmtpd-extras-filter-monkey/Makefile =================================================================== --- head/mail/opensmtpd-extras-filter-monkey/Makefile (revision 515793) +++ head/mail/opensmtpd-extras-filter-monkey/Makefile (revision 515794) @@ -1,22 +1,22 @@ # Created by: fluffy # $FreeBSD$ PKGNAMESUFFIX= -filter-monkey PORTVERSION= 201703132115 PORTREVISION= 0 -PORTREPOCH= 0 +PORTEPOCH= 1 COMMENT= Arbitrary delay or reject filter for OpenSMTPD CONFIGURE_ARGS+= --with-filter-monkey PLIST= ${.CURDIR}/pkg-plist MASTERDIR= ${.CURDIR}/../opensmtpd-extras SLAVE_PORT= yes post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/mail ${INSTALL_DATA} ${WRKSRC}/extras/filters/filter-monkey/filter-monkey.conf \ ${STAGEDIR}${PREFIX}/etc/mail/filter-monkey.conf.sample .include "${MASTERDIR}/Makefile"