svn commit: r328525 - head/astro/py-astLib

Marcus von Appen mva at FreeBSD.org
Fri Sep 27 21:17:26 UTC 2013


Author: mva
Date: Fri Sep 27 21:17:26 2013
New Revision: 328525
URL: http://svnweb.freebsd.org/changeset/ports/328525

Log:
  - Enable stage support
  - Convert to PYDISTUTILS_AUTOPLIST

Deleted:
  head/astro/py-astLib/pkg-plist
Modified:
  head/astro/py-astLib/Makefile   (contents, props changed)

Modified: head/astro/py-astLib/Makefile
==============================================================================
--- head/astro/py-astLib/Makefile	Fri Sep 27 21:00:08 2013	(r328524)
+++ head/astro/py-astLib/Makefile	Fri Sep 27 21:17:26 2013	(r328525)
@@ -20,6 +20,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
-NO_STAGE=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list