svn commit: r512260 - head/mail/sid-milter

Tobias Kortkamp tobik at FreeBSD.org
Wed Sep 18 09:16:35 UTC 2019


Author: tobik
Date: Wed Sep 18 09:16:34 2019
New Revision: 512260
URL: https://svnweb.freebsd.org/changeset/ports/512260

Log:
  mail/sid-milter: Correctly spell pre-configure-NH_MFROM-on
  
  Broken in r398460 during conversion to options helpers.

Modified:
  head/mail/sid-milter/Makefile

Modified: head/mail/sid-milter/Makefile
==============================================================================
--- head/mail/sid-milter/Makefile	Wed Sep 18 09:15:55 2019	(r512259)
+++ head/mail/sid-milter/Makefile	Wed Sep 18 09:16:34 2019	(r512260)
@@ -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


More information about the svn-ports-all mailing list