diff options
Diffstat (limited to 'mail/rbl-milter/Makefile')
-rw-r--r-- | mail/rbl-milter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/rbl-milter/Makefile b/mail/rbl-milter/Makefile index f2c6e4543e4d..f087532288c7 100644 --- a/mail/rbl-milter/Makefile +++ b/mail/rbl-milter/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://opensource.confusticate.com/rbl-milter/ MAINTAINER= dinoex@FreeBSD.org COMMENT= A milter that adds mail header warnings on mail from open-relays +NO_STAGE= yes + USE_RC_SUBR= rblmilter GNU_CONFIGURE= yes USE_GMAKE= yes @@ -19,7 +21,6 @@ CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS} PLIST_FILES= sbin/rbl-milter .if defined(NO_WERROR) -NO_STAGE= yes pre-configure: @${CP} ${WRKSRC}/configure ${WRKSRC}/configure.sed @${SED} 's!-Werror!!' ${WRKSRC}/configure.sed >${WRKSRC}/configure |