aboutsummaryrefslogtreecommitdiffstats
path: root/mail/tumgreyspf/Makefile
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2006-02-22 21:52:36 +0800
committermnag <mnag@FreeBSD.org>2006-02-22 21:52:36 +0800
commit439ba68a807495ae61b4cb6a67839a75b7c0e2e5 (patch)
tree289a1fa449adf85e628c15db2ada8cc61272f30d /mail/tumgreyspf/Makefile
parent1b12d18212b4f5a7082294e85a47b7e1ea100739 (diff)
downloadfreebsd-ports-gnome-439ba68a807495ae61b4cb6a67839a75b7c0e2e5.tar.gz
freebsd-ports-gnome-439ba68a807495ae61b4cb6a67839a75b7c0e2e5.tar.zst
freebsd-ports-gnome-439ba68a807495ae61b4cb6a67839a75b7c0e2e5.zip
- Update to 1.15
- portlint(1)
Diffstat (limited to 'mail/tumgreyspf/Makefile')
-rw-r--r--mail/tumgreyspf/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/tumgreyspf/Makefile b/mail/tumgreyspf/Makefile
index c4af9814866d..8d717e3051f7 100644
--- a/mail/tumgreyspf/Makefile
+++ b/mail/tumgreyspf/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= tumgreyspf
-PORTVERSION= 1.11
-PORTREVISION= 1
+PORTVERSION= 1.15
CATEGORIES= mail
MASTER_SITES= ftp://ftp.tummy.com/pub/tummy/tumgreyspf/
@@ -18,7 +17,6 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/spf.py:${PORTSDIR}/mail/py-spf
USE_PYTHON= 2.1+
NO_BUILD= yes
-USE_REINPLACE= yes
TUMGREYSPF_DIR?= /var/db/${PORTNAME}
TUMGREYSPF_USER?= nobody
@@ -47,7 +45,8 @@ pre-everything::
post-patch:
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" -e "s|%%TUMGREYSPF_DIR%%|${TUMGREYSPF_DIR}|g" \
- ${WRKSRC}/tumgreyspfsupp.py ${WRKSRC}/tumgreyspf.conf
+ -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/tumgreyspfsupp.py \
+ ${WRKSRC}/tumgreyspf.conf
@${GREP} -r "env python" ${WRKSRC} | ${CUT} -d: -f1 | \
${XARGS} ${REINPLACE_CMD} -e "s|env python|env ${PYTHON_CMD}|"