Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Nov 2017 22:30:46 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454507 - head/graphics/povray-meta
Message-ID:  <201711192230.vAJMUkwj092833@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov 19 22:30:45 2017
New Revision: 454507
URL: https://svnweb.freebsd.org/changeset/ports/454507

Log:
  Fix staging

Modified:
  head/graphics/povray-meta/Makefile

Modified: head/graphics/povray-meta/Makefile
==============================================================================
--- head/graphics/povray-meta/Makefile	Sun Nov 19 21:59:32 2017	(r454506)
+++ head/graphics/povray-meta/Makefile	Sun Nov 19 22:30:45 2017	(r454507)
@@ -40,8 +40,10 @@ DEFAULT${ver}_DESC=	Create link bin/povray -> bin/povr
 .include <bsd.port.options.mk>
 
 .for ver in ${POV_VERSIONS_ALL}
-. if ${PORT_OPTIONS:MDEFAULT${ver}} && !${PORT_OPTIONS:MPOVRAY${ver}}
+. if ${PORT_OPTIONS:MDEFAULT${ver}}
+.  if !${PORT_OPTIONS:MPOVRAY${ver}}
 PORT_OPTIONS+=	POVRAY${ver}
+.  endif
 POV_VERSION=	${ver}
 . endif
 . if ${PORT_OPTIONS:MPOVRAY${ver}}



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