aboutsummaryrefslogtreecommitdiff
path: root/mail/milter-callback
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-08-17 15:59:40 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-08-17 15:59:40 +0000
commit724926ac15941f09fa266eca1cb2847f2492a3ba (patch)
treeca7d0999fa248d8480e844d0f19b5648ca95fae5 /mail/milter-callback
parent45c2a96e5669c7bdd2d3cd558e10449a35e978c4 (diff)
downloadports-724926ac15941f09fa266eca1cb2847f2492a3ba.tar.gz
ports-724926ac15941f09fa266eca1cb2847f2492a3ba.zip
mail/libspf2:
- Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip (Also some white space fixes in dependent ports) Approved by: portmgr (implicit, bump unstaged port)
Notes
Notes: svn path=/head/; revision=365196
Diffstat (limited to 'mail/milter-callback')
-rw-r--r--mail/milter-callback/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/milter-callback/Makefile b/mail/milter-callback/Makefile
index ddfffb2ef959..ad681d313249 100644
--- a/mail/milter-callback/Makefile
+++ b/mail/milter-callback/Makefile
@@ -3,6 +3,7 @@
PORTNAME= milter-callback
PORTVERSION= 1.6.0
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= CRITICAL
@@ -11,7 +12,7 @@ COMMENT= Milter to perform a envelope-from sender verification on target MX
LICENSE= GPLv3
-LIB_DEPENDS+= libspf2.so:${PORTSDIR}/mail/libspf2
+LIB_DEPENDS= libspf2.so:${PORTSDIR}/mail/libspf2
USES= tar:xz
USE_RC_SUBR= milter-callback
@@ -50,7 +51,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf \
${STAGEDIR}${PREFIX}/etc/mail/${PORTNAME}.conf.sample
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.mk>