diff options
author | swills <swills@FreeBSD.org> | 2014-04-17 09:58:43 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-04-17 09:58:43 +0800 |
commit | 54c2667bc891fb1e9521b53087677e9b2385d21d (patch) | |
tree | 77f4ed919c06435cbdc706a826d947245ad25c02 /www | |
parent | 6495f478ea6c760ef90e64567ab618f0f198f0e5 (diff) | |
download | freebsd-ports-gnome-54c2667bc891fb1e9521b53087677e9b2385d21d.tar.gz freebsd-ports-gnome-54c2667bc891fb1e9521b53087677e9b2385d21d.tar.zst freebsd-ports-gnome-54c2667bc891fb1e9521b53087677e9b2385d21d.zip |
- Stage
- Add LICENSE
- Pet portlint
PR: ports/188702
Submitted by: Bartek Rutkowski <ports@robakdesign.com> (maintainer)
Approved by: portmgr@ (blanket)
Diffstat (limited to 'www')
-rw-r--r-- | www/py-albatross/Makefile | 11 | ||||
-rw-r--r-- | www/py-albatross/pkg-descr | 2 |
2 files changed, 7 insertions, 6 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> diff --git a/www/py-albatross/pkg-descr b/www/py-albatross/pkg-descr index 715c791719af..c2f9df93a95b 100644 --- a/www/py-albatross/pkg-descr +++ b/www/py-albatross/pkg-descr @@ -5,4 +5,4 @@ although you can also use Albatross for deploying publicly accessed web applications. Author: Dave Cole <djc@object-craft.com.au> -WWW: http://object-craft.com.au/projects/albatross/ +WWW: http://object-craft.com.au/projects/albatross/ |