Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2019 09:16:35 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512260 - head/mail/sid-milter
Message-ID:  <201909180916.x8I9GZos072184@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909180916.x8I9GZos072184>