svn commit: r333279 - head/net/turses

Kubilay Kocak koobs at FreeBSD.org
Sat Nov 9 08:52:56 UTC 2013


Author: koobs
Date: Sat Nov  9 08:52:55 2013
New Revision: 333279
URL: http://svnweb.freebsd.org/changeset/ports/333279

Log:
  net/turses: Enable automatic pkg-plist creation
  
  - Enable PYDISTUTILS_AUTOPLIST
  - Remove pkg-plist accordingly

Deleted:
  head/net/turses/pkg-plist
Modified:
  head/net/turses/Makefile

Modified: head/net/turses/Makefile
==============================================================================
--- head/net/turses/Makefile	Sat Nov  9 08:08:35 2013	(r333278)
+++ head/net/turses/Makefile	Sat Nov  9 08:52:55 2013	(r333279)
@@ -28,6 +28,7 @@ NO_STAGE=	yes
 
 USE_PYTHON=		-2.7
 USE_PYDISTUTILS=	easy_install
+PYDISTUTILS_AUTOPLIST=	yes
 
 .if ${PORT_OPTIONS:MTESTS}
 BUILD_DEPENDS:=	${TEST_DEPENDS}


More information about the svn-ports-all mailing list