diff options
author | darcy <darcy@pkgsrc.org> | 2016-01-22 19:57:05 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2016-01-22 19:57:05 +0000 |
commit | ccdb3c47c505f532798d8e7445cd214e29271420 (patch) | |
tree | 720c2ff0eac1ae0038f7bcc2c66b4245d664c943 | |
parent | b9e4138e0b0349601db263603c40b71741297770 (diff) | |
download | pkgsrc-ccdb3c47c505f532798d8e7445cd214e29271420.tar.gz |
Documentation is via the web.
-rw-r--r-- | databases/py-postgresql/Makefile | 16 | ||||
-rw-r--r-- | databases/py-postgresql/PLIST | 7 |
2 files changed, 2 insertions, 21 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile index 06081498c73..b29d9d96d0b 100644 --- a/databases/py-postgresql/Makefile +++ b/databases/py-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2016/01/22 19:53:59 darcy Exp $ +# $NetBSD: Makefile,v 1.75 2016/01/22 19:57:05 darcy Exp $ DISTNAME= PyGreSQL-4.2 PKGNAME= ${PYPKGPREFIX}-postgresql-4.2 @@ -25,20 +25,6 @@ PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 4.1.1 DOCDIR= ${PREFIX}/share/doc/${PYPKGPREFIX}-postgresql -INSTALLATION_DIRS= ${DOCDIR}/tutorial ${DOCDIR}/docs - -post-install: - set -e; \ - cd ${WRKSRC}/tutorial; \ - for f in *.py; do \ - ${INSTALL_DATA} "$$f" ${DESTDIR}${DOCDIR}/tutorial; \ - done - set -e; \ - cd ${WRKSRC}/docs; \ - for f in *; do \ - ${INSTALL_DATA} "$$f" ${DESTDIR}${DOCDIR}/docs; \ - done - .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" .include "../../mk/pgsql.buildlink3.mk" diff --git a/databases/py-postgresql/PLIST b/databases/py-postgresql/PLIST index ca590c7454b..bf591e0ab12 100644 --- a/databases/py-postgresql/PLIST +++ b/databases/py-postgresql/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2016/01/21 22:17:55 darcy Exp $ +@comment $NetBSD: PLIST,v 1.12 2016/01/22 19:57:05 darcy Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -11,8 +11,3 @@ ${PYSITELIB}/pg.pyo ${PYSITELIB}/pgdb.py ${PYSITELIB}/pgdb.pyc ${PYSITELIB}/pgdb.pyo -share/doc/${PYPKGPREFIX}-postgresql/docs/index.html -share/doc/${PYPKGPREFIX}-postgresql/tutorial/advanced.py -share/doc/${PYPKGPREFIX}-postgresql/tutorial/basics.py -share/doc/${PYPKGPREFIX}-postgresql/tutorial/func.py -share/doc/${PYPKGPREFIX}-postgresql/tutorial/syscat.py |