svn commit: r328681 - head/audio/py-al

Marcus von Appen mva at FreeBSD.org
Sun Sep 29 11:36:51 UTC 2013


Author: mva
Date: Sun Sep 29 11:36:51 2013
New Revision: 328681
URL: http://svnweb.freebsd.org/changeset/ports/328681

Log:
  - Convert to PYDISTUTILS_AUTOPLIST
  - Enable stage support

Deleted:
  head/audio/py-al/pkg-plist
Modified:
  head/audio/py-al/Makefile

Modified: head/audio/py-al/Makefile
==============================================================================
--- head/audio/py-al/Makefile	Sun Sep 29 11:31:53 2013	(r328680)
+++ head/audio/py-al/Makefile	Sun Sep 29 11:36:51 2013	(r328681)
@@ -11,9 +11,9 @@ MAINTAINER=	mva at FreeBSD.org
 COMMENT=	PyAL is a binding of OpenAL for Python
 
 USE_OPENAL=	al
-NO_STAGE=	yes
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 PYDISTUTILS_PKGNAME=	PyAL
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list