aboutsummaryrefslogtreecommitdiff
path: root/mail/sid-milter
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-09-18 09:16:34 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-09-18 09:16:34 +0000
commit5b9f5eabd6a71067087dda6166863de73fc91bc1 (patch)
tree5ef4021dfe5345810e302493c4df3c119cfce0a4 /mail/sid-milter
parenta87fc28e19ae6384ced7ce9502862acbb1e4f7b8 (diff)
downloadports-5b9f5eabd6a71067087dda6166863de73fc91bc1.tar.gz
ports-5b9f5eabd6a71067087dda6166863de73fc91bc1.zip
mail/sid-milter: Correctly spell pre-configure-NH_MFROM-on
Broken in r398460 during conversion to options helpers.
Notes
Notes: svn path=/head/; revision=512260
Diffstat (limited to 'mail/sid-milter')
-rw-r--r--mail/sid-milter/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sid-milter/Makefile b/mail/sid-milter/Makefile
index 2967e6f146ac..5a6086a0e462 100644
--- a/mail/sid-milter/Makefile
+++ b/mail/sid-milter/Makefile
@@ -2,7 +2,7 @@
PORTNAME= sid-milter
PORTVERSION= 1.0.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= mail
MASTER_SITES= SF/${PORTNAME}/SenderID%20Milter/${PORTVERSION}
@@ -53,7 +53,7 @@ pre-configure:
-e "s|%%LOCALBASE%%|${LOCALBASE}|g" \
${SITE} > ${WCONF}/site.config.m4
-pre-configure-NH_MFROM_on:
+pre-configure-NH_MFROM-on:
${ECHO_CMD} \
'APPENDDEF(`confENVDEF'\'', `-D_FFR_NH_MFROM'\'')' \
>> ${WCONF}/site.config.m4