diff options
author | wxs <wxs@FreeBSD.org> | 2009-04-22 03:04:13 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-04-22 03:04:13 +0800 |
commit | 5773d29464d1003f530e58feeeabf61acb014473 (patch) | |
tree | a1ab5424d03ee2e9708251bd2d8ee2a12e5a8cdf /mail/postfix-policyd-weight | |
parent | 5754a75ba55388c35dbbe0183ff25329da850bf4 (diff) | |
download | freebsd-ports-gnome-5773d29464d1003f530e58feeeabf61acb014473.tar.gz freebsd-ports-gnome-5773d29464d1003f530e58feeeabf61acb014473.tar.zst freebsd-ports-gnome-5773d29464d1003f530e58feeeabf61acb014473.zip |
- 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)
Diffstat (limited to 'mail/postfix-policyd-weight')
-rw-r--r-- | mail/postfix-policyd-weight/Makefile | 5 |
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> |