Index: Makefile =================================================================== --- Makefile (revision 351821) +++ Makefile (working copy) @@ -8,14 +8,14 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tota@FreeBSD.org -COMMENT= An ASCII art to image converter written in Python +COMMENT= ASCII art to image converter written in Python +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab2 -LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - USE_PYTHON= yes USE_PYDISTUTILS= yes @@ -25,15 +25,14 @@ PORTDOCS= README.txt PORTEXAMPLES= * -NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .endif .if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR} - cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR} + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .endif .include Index: pkg-descr =================================================================== --- pkg-descr (revision 351821) +++ pkg-descr (working copy) @@ -4,4 +4,4 @@ This project provides a Python package, a command line script as well as Docutils and MoinMoin plugins. -WWW: https://launchpad.net/aafigure/ +WWW: https://launchpad.net/aafigure/