aboutsummaryrefslogtreecommitdiff
path: root/mail/rbl-milter
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2016-02-13 09:03:15 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2016-02-13 09:03:15 +0000
commit15ff0ca9668ff4ece44259bf056f7a752b71637b (patch)
tree86ec34cb84bd753569b60192622b3a9d54505faf /mail/rbl-milter
parentd97a8fd8f7c3cf44eeea66e9fd69fa9b627b6b2d (diff)
downloadports-15ff0ca9668ff4ece44259bf056f7a752b71637b.tar.gz
ports-15ff0ca9668ff4ece44259bf056f7a752b71637b.zip
- split libmilter from sendmail into a seperate port
- bump PORTREVISION Submitted by: matthew (Matthew Seaman)
Notes
Notes: svn path=/head/; revision=408774
Diffstat (limited to 'mail/rbl-milter')
-rw-r--r--mail/rbl-milter/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/rbl-milter/Makefile b/mail/rbl-milter/Makefile
index 1d1c2d19a58c..c698c6b05d94 100644
--- a/mail/rbl-milter/Makefile
+++ b/mail/rbl-milter/Makefile
@@ -3,7 +3,7 @@
PORTNAME= rbl-milter
PORTVERSION= 0.30
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail
MASTER_SITES= http://opensource.confusticate.com/rbl-milter/
@@ -20,4 +20,5 @@ CONFIGURE_ARGS+= --with-sendmail=${MILTERBASE} \
--with-sendmail-obj=${MILTERBASE}/lib
.include "${.CURDIR}/../sendmail/bsd.milter.mk"
+
.include <bsd.port.mk>