svn commit: r351289 - head/devel/py-akismet

Steve Wills swills at FreeBSD.org
Mon Apr 14 20:38:10 UTC 2014


Author: swills
Date: Mon Apr 14 20:38:09 2014
New Revision: 351289
URL: http://svnweb.freebsd.org/changeset/ports/351289
QAT: https://qat.redports.org/buildarchive/r351289/

Log:
  - Stage
  - Remove definite article from comment
  - Bump PORTREVISION due to package change
  
  PR:		ports/188467
  Submitted by:	Bartek Rutkowski <ports at robakdesign.com>
  Approved by:	portmgr@ (blanket)

Modified:
  head/devel/py-akismet/Makefile

Modified: head/devel/py-akismet/Makefile
==============================================================================
--- head/devel/py-akismet/Makefile	Mon Apr 14 20:25:41 2014	(r351288)
+++ head/devel/py-akismet/Makefile	Mon Apr 14 20:38:09 2014	(r351289)
@@ -3,13 +3,16 @@
 
 PORTNAME=	akismet
 PORTVERSION=	0.2.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	http://www.voidspace.org.uk/downloads/ \
 		http://whotookspaz.org/misc/freebsd/py-akismet/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	jacob at whotookspaz.org
-COMMENT=	A Python interface to the Akismet API
+COMMENT=	Python interface to the Akismet API
+
+LICENSE=	BSD
 
 USES=		zip
 USE_PYTHON=	yes
@@ -18,11 +21,10 @@ PYDISTUTILS_PKGNAME=	akismet
 
 DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
 
-NO_STAGE=	yes
 post-install:
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-	@(cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${DOCSDIR})
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	@(cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list