Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2013 18:50:39 +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: r332163 - head/devel/py-ujson
Message-ID:  <201310301850.r9UIodqi099546@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Wed Oct 30 18:50:38 2013
New Revision: 332163
URL: http://svnweb.freebsd.org/changeset/ports/332163

Log:
  devel/py-ujson: fix package
  
  - Use python auto plist
  - Allow staging
  
  Approved by:	maintainer

Modified:
  head/devel/py-ujson/Makefile

Modified: head/devel/py-ujson/Makefile
==============================================================================
--- head/devel/py-ujson/Makefile	Wed Oct 30 18:27:20 2013	(r332162)
+++ head/devel/py-ujson/Makefile	Wed Oct 30 18:50:38 2013	(r332163)
@@ -15,8 +15,6 @@ LICENSE=	BSD
 USE_ZIP=		yes
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/ujson.so
-
-NO_STAGE=	yes
 .include <bsd.port.mk>



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