summaryrefslogtreecommitdiff
path: root/databases/py-pg_pqueue/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2014-05-13 22:30:06 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2014-05-13 22:30:06 +0000
commit9bd820f8da3ab03424dce686af837dd825c001c6 (patch)
tree84d6f580dca182b811d8916e34ad79778316527b /databases/py-pg_pqueue/Makefile
parentChase the upgrade of Code_Aster ans stagify. (diff)
- Stage.
- Add LICENSE (BSD). - Tweak WWW line in pkg-descr. PR: 188609 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr (blanket pre-approval)
Notes
Notes: svn path=/head/; revision=354006
Diffstat (limited to 'databases/py-pg_pqueue/Makefile')
-rw-r--r--databases/py-pg_pqueue/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/py-pg_pqueue/Makefile b/databases/py-pg_pqueue/Makefile
index 8c84b47fb622..2b257e3dc233 100644
--- a/databases/py-pg_pqueue/Makefile
+++ b/databases/py-pg_pqueue/Makefile
@@ -12,16 +12,17 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wenheping@gmail.com
COMMENT= PostgreSQL PQ Protocol Modules
+LICENSE= BSD
+
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/changes.txt ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/changes.txt ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.post.mk>