svn commit: r332163 - head/devel/py-ujson

William Grzybowski wg at FreeBSD.org
Wed Oct 30 18:50:39 UTC 2013


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>


More information about the svn-ports-head mailing list