svn commit: r413502 - head/www/p5-RTx-Calendar

Matthew Seaman matthew at FreeBSD.org
Sun Apr 17 10:22:51 UTC 2016


Author: matthew
Date: Sun Apr 17 10:22:50 2016
New Revision: 413502
URL: https://svnweb.freebsd.org/changeset/ports/413502

Log:
  Actually, on second thoughts, this should be less error prone in
  future.

Modified:
  head/www/p5-RTx-Calendar/Makefile

Modified: head/www/p5-RTx-Calendar/Makefile
==============================================================================
--- head/www/p5-RTx-Calendar/Makefile	Sun Apr 17 10:21:20 2016	(r413501)
+++ head/www/p5-RTx-Calendar/Makefile	Sun Apr 17 10:22:50 2016	(r413502)
@@ -32,9 +32,9 @@ OPTIONS_DEFAULT=		RT44
 
 .include <bsd.port.options.mk>
 
-.for opt in 40 42 44
-.if ${PORT_OPTIONS:MRT${opt}}
-RT_VER=		${opt}
+.for opt in ${OPTIONS_SINGLE_RTVERSION}
+.if ${PORT_OPTIONS:M${opt}}
+RT_VER=		${opt:S/RT//}
 .endif
 .endfor
 


More information about the svn-ports-all mailing list