svn commit: r302944 - head/devel/py-ice

Jason Helfman jgh at FreeBSD.org
Wed Aug 22 15:18:16 UTC 2012


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
 



More information about the svn-ports-all mailing list