svn commit: r454507 - head/graphics/povray-meta

Antoine Brodin antoine at FreeBSD.org
Sun Nov 19 22:30:47 UTC 2017


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}}


More information about the svn-ports-head mailing list