diff options
Diffstat (limited to 'mail/rbl-milter/Makefile')
-rw-r--r-- | mail/rbl-milter/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/mail/rbl-milter/Makefile b/mail/rbl-milter/Makefile index 33ebb11..1d1c2d1 100644 --- a/mail/rbl-milter/Makefile +++ b/mail/rbl-milter/Makefile @@ -12,21 +12,12 @@ COMMENT= Milter that adds mail header warnings on mail from open-relays USES= gmake GNU_CONFIGURE= yes -CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}" USE_RC_SUBR= rblmilter PLIST_FILES= sbin/rbl-milter -.if defined(NO_WERROR) -pre-configure: - ${REINPLACE_CMD} -e 's!-Werror!!' ${WRKSRC}/configure -.endif - -.include <bsd.port.pre.mk> - -.include "${PORTSDIR}/mail/sendmail/bsd.milter.mk" - CONFIGURE_ARGS+= --with-sendmail=${MILTERBASE} \ --with-sendmail-obj=${MILTERBASE}/lib -.include <bsd.port.post.mk> +.include "${.CURDIR}/../sendmail/bsd.milter.mk" +.include <bsd.port.mk> |