svn commit: r358178 - head/print/py-reportlab2

Antoine Brodin antoine at FreeBSD.org
Tue Jun 17 20:09:47 UTC 2014


Author: antoine
Date: Tue Jun 17 20:09:46 2014
New Revision: 358178
URL: http://svnweb.freebsd.org/changeset/ports/358178
QAT: https://qat.redports.org/buildarchive/r358178/

Log:
  - Remove pkg-plist after switch to PYDISTUTILS_AUTOPLIST
  - Fix packaging with pkg_install

Deleted:
  head/print/py-reportlab2/pkg-plist
Modified:
  head/print/py-reportlab2/Makefile

Modified: head/print/py-reportlab2/Makefile
==============================================================================
--- head/print/py-reportlab2/Makefile	Tue Jun 17 20:07:23 2014	(r358177)
+++ head/print/py-reportlab2/Makefile	Tue Jun 17 20:09:46 2014	(r358178)
@@ -31,15 +31,10 @@ USE_PYTHON=	2
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
-DOCS=		reportlab-graphics-reference.pdf \
+PORTDOCS=	reportlab-graphics-reference.pdf \
 		reportlab-reference.pdf \
 		reportlab-userguide.pdf
 
-DOCS_PLIST_FILES=	${DOCSDIR}/reportlab-graphics-reference.pdf \
-			${DOCSDIR}/reportlab-reference.pdf \
-			${DOCSDIR}/reportlab-userguide.pdf
-DOCS_PLIST_DIRS=	${DOCSDIR}
-
 .include <bsd.port.options.mk>
 
 .if ${ARCH} == "sparc64"
@@ -54,7 +49,7 @@ post-install:
 	@cd ${WRKSRC}/docs && \
 	PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} ${PYTHON_CMD} genAll.py
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for i in ${DOCS}
+.for i in ${PORTDOCS}
 	${CP} ${WRKSRC}/docs/${i} ${STAGEDIR}${DOCSDIR}
 .endfor
 .endif


More information about the svn-ports-head mailing list