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

Matthew Seaman matthew at FreeBSD.org
Mon Oct 16 06:18:56 UTC 2017


Author: matthew
Date: Mon Oct 16 06:18:55 2017
New Revision: 452173
URL: https://svnweb.freebsd.org/changeset/ports/452173

Log:
  Switch to options helpers

Modified:
  head/mail/sa-utils/Makefile

Modified: head/mail/sa-utils/Makefile
==============================================================================
--- head/mail/sa-utils/Makefile	Mon Oct 16 05:40:01 2017	(r452172)
+++ head/mail/sa-utils/Makefile	Mon Oct 16 06:18:55 2017	(r452173)
@@ -23,14 +23,9 @@ PERIODIC_DAILY=	etc/periodic/daily
 
 PLIST_FILES=	${PERIODIC_DAILY}/sa-utils
 
-.include <bsd.port.options.mk>
+OPTIONS_SUB=	yes
 
-.if ${PORT_OPTIONS:MSACOMPILE}
-RUN_DEPENDS+=	re2c>=0.12.0:devel/re2c
-SUB_LIST+=	SACOMPILE=YES
-.else
-SUB_LIST+=	SACOMPILE=NO
-.endif
+SACOMPILE_RUN_DEPENDS=	re2c>=0.12.0:devel/re2c
 
 do-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/${PERIODIC_DAILY}/


More information about the svn-ports-all mailing list