svn commit: r351432 - head/www/py-albatross

Steve Wills swills at FreeBSD.org
Thu Apr 17 01:58:44 UTC 2014


Author: swills
Date: Thu Apr 17 01:58:43 2014
New Revision: 351432
URL: http://svnweb.freebsd.org/changeset/ports/351432
QAT: https://qat.redports.org/buildarchive/r351432/

Log:
  - Stage
  - Add LICENSE
  - Pet portlint
  
  PR:		ports/188702
  Submitted by:	Bartek Rutkowski <ports at robakdesign.com> (maintainer)
  Approved by:	portmgr@ (blanket)

Modified:
  head/www/py-albatross/Makefile
  head/www/py-albatross/pkg-descr

Modified: head/www/py-albatross/Makefile
==============================================================================
--- head/www/py-albatross/Makefile	Thu Apr 17 01:39:22 2014	(r351431)
+++ head/www/py-albatross/Makefile	Thu Apr 17 01:58:43 2014	(r351432)
@@ -12,16 +12,17 @@ DISTFILES=	${PORTNAME}-${PORTVERSION}${E
 MAINTAINER=	gnb at 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>

Modified: head/www/py-albatross/pkg-descr
==============================================================================
--- head/www/py-albatross/pkg-descr	Thu Apr 17 01:39:22 2014	(r351431)
+++ head/www/py-albatross/pkg-descr	Thu Apr 17 01:58:43 2014	(r351432)
@@ -5,4 +5,4 @@ although you can also use Albatross for 
 web applications.
 
 Author: Dave Cole <djc at object-craft.com.au>
-WWW:    http://object-craft.com.au/projects/albatross/
+WWW: http://object-craft.com.au/projects/albatross/


More information about the svn-ports-all mailing list