Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2013 13:00:01 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331134 - head/devel/py-billiard
Message-ID:  <201310211300.r9LD01V8088955@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Mon Oct 21 13:00:00 2013
New Revision: 331134
URL: http://svnweb.freebsd.org/changeset/ports/331134

Log:
  devel/py-billiard: fix autoplist
  
  - Fix autoplist

Modified:
  head/devel/py-billiard/Makefile

Modified: head/devel/py-billiard/Makefile
==============================================================================
--- head/devel/py-billiard/Makefile	Mon Oct 21 12:57:34 2013	(r331133)
+++ head/devel/py-billiard/Makefile	Mon Oct 21 13:00:00 2013	(r331134)
@@ -14,8 +14,8 @@ LICENSE=	BSD
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install
+PYDISTUTILS_AUTOPLIST=yes
 PYEASYINSTALL_ARCHDEP=	yes
-PYEASYINSTALL_AUTOPLIST=yes
 
 NO_STAGE=	yes
 .include <bsd.port.mk>



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