summaryrefslogtreecommitdiff
path: root/databases/py-pg_pqueue
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
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')
-rw-r--r--databases/py-pg_pqueue/Makefile7
-rw-r--r--databases/py-pg_pqueue/pkg-descr2
2 files changed, 5 insertions, 4 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>
diff --git a/databases/py-pg_pqueue/pkg-descr b/databases/py-pg_pqueue/pkg-descr
index 732995058c7a..a4c25d3f401a 100644
--- a/databases/py-pg_pqueue/pkg-descr
+++ b/databases/py-pg_pqueue/pkg-descr
@@ -9,4 +9,4 @@ received.
In general, you probably will never use this package directly,
unless you are writing a driver.
-WWW: http://python.projects.postgresql.org/
+WWW: http://python.projects.postgresql.org/