summaryrefslogtreecommitdiff
path: root/mail/rbl-milter
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-11-29 19:56:51 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-11-29 19:56:51 +0000
commit071c101b9bb2f271c2593fdb7916b8423fe49354 (patch)
tree992a6bea2e72e0fa1f76e1a09ec36854d6224498 /mail/rbl-milter
parent- use STAGEDIR (diff)
- use STAGEDIR
Notes
Notes: svn path=/head/; revision=335217
Diffstat (limited to 'mail/rbl-milter')
-rw-r--r--mail/rbl-milter/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/mail/rbl-milter/Makefile b/mail/rbl-milter/Makefile
index f087532288c7..63e98708252b 100644
--- a/mail/rbl-milter/Makefile
+++ b/mail/rbl-milter/Makefile
@@ -10,8 +10,6 @@ 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
@@ -22,13 +20,9 @@ PLIST_FILES= sbin/rbl-milter
.if defined(NO_WERROR)
pre-configure:
- @${CP} ${WRKSRC}/configure ${WRKSRC}/configure.sed
- @${SED} 's!-Werror!!' ${WRKSRC}/configure.sed >${WRKSRC}/configure
+ ${REINPLACE_CMD} -e 's!-Werror!!' ${WRKSRC}/configure
.endif
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/mail/sendmail/bsd.milter.mk"