svn commit: r344302 - head/graphics/py-ming
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Feb 14 19:41:18 UTC 2014
Author: sunpoet
Date: Fri Feb 14 19:41:17 2014
New Revision: 344302
URL: http://svnweb.freebsd.org/changeset/ports/344302
QAT: https://qat.redports.org/buildarchive/r344302/
Log:
- Use PYDISTUTILS_AUTOPLIST
Deleted:
head/graphics/py-ming/pkg-plist
Modified:
head/graphics/py-ming/Makefile
Modified: head/graphics/py-ming/Makefile
==============================================================================
--- head/graphics/py-ming/Makefile Fri Feb 14 19:41:11 2014 (r344301)
+++ head/graphics/py-ming/Makefile Fri Feb 14 19:41:17 2014 (r344302)
@@ -12,18 +12,18 @@ COMMENT= Python module for Ming which al
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
-BUILD_WRKSRC= ${WRKSRC}/py_ext
CONFIGURE_ARGS= --enable-python
+PYDISTUTILS_AUTOPLIST= yes
+USE_PYDISTUTILS=yes
+USE_PYTHON= 2
+
+BUILD_WRKSRC= ${WRKSRC}/py_ext
INSTALL_WRKSRC= ${WRKSRC}/py_ext
PATCH_WRKSRC= ${WRKSRC}/py_ext
PATCHDIR= ${.CURDIR}/files
-PLIST= ${.CURDIR}/pkg-plist
-USE_PYTHON= 2
-USE_PYDISTUTILS=yes
+PLIST= # empty
MASTERDIR= ${.CURDIR}/../../graphics/ming
SLAVEPORT= py
-PYDISTUTILS_PKGNAME= mingc
-PYDISTUTILS_PKGVERSION= ${PORTVERSION}
.include "${MASTERDIR}/Makefile"
More information about the svn-ports-all
mailing list