summaryrefslogtreecommitdiff
path: root/mail/postfix-policyd-weight
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2009-04-21 19:04:13 +0000
committerWesley Shields <wxs@FreeBSD.org>2009-04-21 19:04:13 +0000
commit56f1283e2915aef8dc1e4d2a310a58c9450b6600 (patch)
tree0d868c63302d07eb101b7ea85145fd6e0023579c /mail/postfix-policyd-weight
parentSVN::Dumpfile represents a Subversion dumpfile. It provides methods (diff)
- Remove list.dsbl.org from the settings.
PR: ports/133753 Submitted by: olli hauer <ohauer@gmx.de> Approved by: Robert Felber <robtone@ek-muc.de> (maintainer)
Notes
Notes: svn path=/head/; revision=232441
Diffstat (limited to 'mail/postfix-policyd-weight')
-rw-r--r--mail/postfix-policyd-weight/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/postfix-policyd-weight/Makefile b/mail/postfix-policyd-weight/Makefile
index 8f88bd3e0147..0569dc6cf667 100644
--- a/mail/postfix-policyd-weight/Makefile
+++ b/mail/postfix-policyd-weight/Makefile
@@ -7,7 +7,7 @@
PORTNAME= policyd-weight
PORTVERSION= 0.1.14.17
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.policyd-weight.org/releases/
PKGNAMEPREFIX= postfix-
@@ -45,4 +45,7 @@ pre-install:
post-install:
@${CAT} ${PKGMESSAGE}
+post-patch:
+ @${REINPLACE_CMD} -e '/DSBL_ORG/d' ${WRKSRC}/policyd-weight*
+
.include <bsd.port.post.mk>