Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jan 2014 20:44:11 +0000 (UTC)
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339716 - head/textproc/py-xlwt
Message-ID:  <201401142044.s0EKiBcq055655@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



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