Date: Tue, 17 Jun 2014 20:09:46 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358178 - head/print/py-reportlab2 Message-ID: <201406172009.s5HK9kZB073346@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406172009.s5HK9kZB073346>