Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2014 10:41:35 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345806 - head/chinese/py-cconv
Message-ID:  <201402241041.s1OAfahm062115@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Feb 24 10:41:35 2014
New Revision: 345806
URL: http://svnweb.freebsd.org/changeset/ports/345806
QAT: https://qat.redports.org/buildarchive/r345806/

Log:
  - Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES

Modified:
  head/chinese/py-cconv/Makefile

Modified: head/chinese/py-cconv/Makefile
==============================================================================
--- head/chinese/py-cconv/Makefile	Mon Feb 24 10:41:31 2014	(r345805)
+++ head/chinese/py-cconv/Makefile	Mon Feb 24 10:41:35 2014	(r345806)
@@ -16,9 +16,8 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libcconv.so:${PORTSDIR}/chinese/cconv
 
 CFLAGS+=	-I${LOCALBASE}/include
-USE_PYTHON=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 USE_PYDISTUTILS=yes
-
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/${PORTNAME}.so
+USE_PYTHON=	yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402241041.s1OAfahm062115>