Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 May 2016 20:36:00 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414664 - head/www/p5-RT-Extension-SLA
Message-ID:  <201605052036.u45Ka0Y0059972@repo.freebsd.org>

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



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