svn commit: r339716 - head/textproc/py-xlwt

Steven Kreuzer skreuzer at FreeBSD.org
Tue Jan 14 20:44:11 UTC 2014


Author: skreuzer
Date: Tue Jan 14 20:44:10 2014
New Revision: 339716
URL: http://svnweb.freebsd.org/changeset/ports/339716
QAT: https://qat.redports.org/buildarchive/r339716/

Log:
  Add STAGINGDIR support
  Define LICENSE
  Create the plist automatically

Deleted:
  head/textproc/py-xlwt/pkg-plist
Modified:
  head/textproc/py-xlwt/Makefile

Modified: head/textproc/py-xlwt/Makefile
==============================================================================
--- head/textproc/py-xlwt/Makefile	Tue Jan 14 20:31:13 2014	(r339715)
+++ head/textproc/py-xlwt/Makefile	Tue Jan 14 20:44:10 2014	(r339716)
@@ -10,10 +10,10 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	dikshie at sfc.wide.ad.jp
 COMMENT=	Writing data and formatting information from Excel files
 
-PLIST_SUB=	PYTHON_VER=${PYTHON_VER}
+LICENSE=	BSD4CLAUSE
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list