diff options
Diffstat (limited to 'www/py-albatross/Makefile')
-rw-r--r-- | www/py-albatross/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/www/py-albatross/Makefile b/www/py-albatross/Makefile index d57824901f2f..1d71d8599bc3 100644 --- a/www/py-albatross/Makefile +++ b/www/py-albatross/Makefile @@ -12,16 +12,17 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= gnb@itga.com.au COMMENT= Python toolkit for developing highly stateful web applications +LICENSE= BSD3CLAUSE + USE_PYTHON= yes USE_PYDISTUTILS= yes -NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} ${EXAMPLESDIR} ${DOCSDIR}/html - @${TAR} -cf - -C ${WRKSRC}/doc . | ${TAR} -xf - -C ${DOCSDIR} - @${TAR} -cf - -C ${WRKDIR}/albatross-html-${PORTVERSION} . | ${TAR} -xf - -C ${DOCSDIR}/html - @${TAR} -cf - -C ${WRKSRC}/samples . | ${TAR} -xf - -C ${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR} ${STAGEDIR}${DOCSDIR}/html + @${TAR} -cf - -C ${WRKSRC}/doc . | ${TAR} -xf - -C ${STAGEDIR}${DOCSDIR} + @${TAR} -cf - -C ${WRKDIR}/albatross-html-${PORTVERSION} . | ${TAR} -xf - -C ${STAGEDIR}${DOCSDIR}/html + @${TAR} -cf - -C ${WRKSRC}/samples . | ${TAR} -xf - -C ${STAGEDIR}${EXAMPLESDIR} .endif .include <bsd.port.mk> |