svn commit: r452189 - head/mail/sa-utils

Matthew Seaman matthew at FreeBSD.org
Mon Oct 16 12:33:32 UTC 2017


Author: matthew
Date: Mon Oct 16 12:33:31 2017
New Revision: 452189
URL: https://svnweb.freebsd.org/changeset/ports/452189

Log:
  Fix mistaken use of OPTIONS_SUB
  
  Reported by:	adamw

Modified:
  head/mail/sa-utils/Makefile

Modified: head/mail/sa-utils/Makefile
==============================================================================
--- head/mail/sa-utils/Makefile	Mon Oct 16 11:56:17 2017	(r452188)
+++ head/mail/sa-utils/Makefile	Mon Oct 16 12:33:31 2017	(r452189)
@@ -23,9 +23,9 @@ PERIODIC_DAILY=	etc/periodic/daily
 
 PLIST_FILES=	${PERIODIC_DAILY}/sa-utils
 
-OPTIONS_SUB=	yes
-
 SACOMPILE_RUN_DEPENDS=	re2c>=0.12.0:devel/re2c
+SACOMPILE_SUB_LIST=	SACOMPILE=YES
+SACOMPILE_SUB_LIST_OFF=	SACOMPILE=NO
 
 do-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/${PERIODIC_DAILY}/


More information about the svn-ports-all mailing list