diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-18 09:16:34 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-09-18 09:16:34 +0000 |
commit | 5b9f5eabd6a71067087dda6166863de73fc91bc1 (patch) | |
tree | 5ef4021dfe5345810e302493c4df3c119cfce0a4 /mail | |
parent | a87fc28e19ae6384ced7ce9502862acbb1e4f7b8 (diff) | |
download | ports-5b9f5eabd6a71067087dda6166863de73fc91bc1.tar.gz ports-5b9f5eabd6a71067087dda6166863de73fc91bc1.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sid-milter/Makefile | 4 |
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 |