Date: Wed, 22 Aug 2012 15:18:16 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302944 - head/devel/py-ice Message-ID: <201208221518.q7MFIG8Q050778@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Wed Aug 22 15:18:15 2012 New Revision: 302944 URL: http://svn.freebsd.org/changeset/ports/302944 Log: - fix inverted logic from previous commit of r302891 PR: 170450 Spotted by: basm Approved by: maintainer, implicit Modified: head/devel/py-ice/Makefile Modified: head/devel/py-ice/Makefile ============================================================================== --- head/devel/py-ice/Makefile Wed Aug 22 15:10:09 2012 (r302943) +++ head/devel/py-ice/Makefile Wed Aug 22 15:18:15 2012 (r302944) @@ -7,7 +7,7 @@ PORTNAME= Ice PORTVERSION= 3.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= http://download.zeroc.com/Ice/3.4/ \ http://www.dirk.sh/dirk/Ice/ @@ -44,7 +44,7 @@ BROKEN= does not compile on ia64 MAKE_ENV= LP64=yes .endif -.if ${PORT_OPTIONS:MDOCS} +.if empty(PORT_OPTIONS:MDOCS) MAKE_ENV+= NOPORTDOCS=yes .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208221518.q7MFIG8Q050778>