svn commit: r414664 - head/www/p5-RT-Extension-SLA

Matthew Seaman matthew at FreeBSD.org
Thu May 5 20:36:01 UTC 2016


Author: matthew
Date: Thu May  5 20:35:59 2016
New Revision: 414664
URL: https://svnweb.freebsd.org/changeset/ports/414664

Log:
  Fix error, which should fix the index too...

Modified:
  head/www/p5-RT-Extension-SLA/Makefile

Modified: head/www/p5-RT-Extension-SLA/Makefile
==============================================================================
--- head/www/p5-RT-Extension-SLA/Makefile	Thu May  5 20:34:45 2016	(r414663)
+++ head/www/p5-RT-Extension-SLA/Makefile	Thu May  5 20:35:59 2016	(r414664)
@@ -31,7 +31,7 @@ OPTIONS_DEFAULT=                RT42
 
 .include <bsd.port.options.mk>
 
-.for opt in OPTIONS_SINGLE_RTVERSION
+.for opt in ${OPTIONS_SINGLE_RTVERSION}
 .if ${PORT_OPTIONS:M${opt}}
 RT_VER=         ${opt:S/RT//}
 .endif


More information about the svn-ports-all mailing list