Index: head/www/py-albatross/Makefile =================================================================== --- head/www/py-albatross/Makefile (revision 351431) +++ head/www/py-albatross/Makefile (revision 351432) @@ -1,27 +1,28 @@ # Created by: Gregory Bond # $FreeBSD$ PORTNAME= albatross PORTVERSION= 1.36 CATEGORIES= www python MASTER_SITES= http://object-craft.com.au/projects/albatross/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}-html-${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 Index: head/www/py-albatross/pkg-descr =================================================================== --- head/www/py-albatross/pkg-descr (revision 351431) +++ head/www/py-albatross/pkg-descr (revision 351432) @@ -1,8 +1,8 @@ Albatross is a small and flexible Python toolkit for developing highly stateful web applications. The toolkit has been designed to take a lot of the pain out of constructing intranet applications although you can also use Albatross for deploying publicly accessed web applications. Author: Dave Cole -WWW: http://object-craft.com.au/projects/albatross/ +WWW: http://object-craft.com.au/projects/albatross/