Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Mar 2013 05:12:42 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315597 - head/www/trac
Message-ID:  <201303300512.r2U5CgEa088574@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sat Mar 30 05:12:42 2013
New Revision: 315597
URL: http://svnweb.freebsd.org/changeset/ports/315597

Log:
  - Correct the OptionsNG
  
  PR:		177489
  Submitted by:	John Marino <draco@marino.st>

Modified:
  head/www/trac/Makefile   (contents, props changed)

Modified: head/www/trac/Makefile
==============================================================================
--- head/www/trac/Makefile	Sat Mar 30 04:50:17 2013	(r315596)
+++ head/www/trac/Makefile	Sat Mar 30 05:12:42 2013	(r315597)
@@ -35,11 +35,11 @@ SUB_LIST=	PYTHON_CMD=${PYTHON_CMD}
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MSILVERCITY)
+.if ${PORT_OPTIONS:MSILVERCITY}
 RUN_DEPENDS+=	${LOCALBASE}/bin/source2html.py:${PORTSDIR}/textproc/silvercity
 .endif
 
-.if ${PORT_OPTIONS:MDOCUTILS)
+.if ${PORT_OPTIONS:MDOCUTILS}
 RUN_DEPENDS+=	${LOCALBASE}/bin/rst2html:${PORTSDIR}/textproc/py-docutils
 .endif
 



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