diff options
author | darcy <darcy@pkgsrc.org> | 2013-01-03 16:56:22 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2013-01-03 16:56:22 +0000 |
commit | 39dfa473ff883d9a45b0712c505e47176b278266 (patch) | |
tree | aef86345b6b6153adfc2bacaf886575b36eea681 /databases | |
parent | 22456b6d25a662aaab56ab3ad570733ddf1877fc (diff) | |
download | pkgsrc-39dfa473ff883d9a45b0712c505e47176b278266.tar.gz |
Fix hard coded PLIST entries. Thanks Ryo ONODERA.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-postgresql/Makefile | 4 | ||||
-rw-r--r-- | databases/py-postgresql/PLIST | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile index 5e877af2e38..3635b8bf447 100644 --- a/databases/py-postgresql/Makefile +++ b/databases/py-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2013/01/03 13:58:35 darcy Exp $ +# $NetBSD: Makefile,v 1.67 2013/01/03 16:56:22 darcy Exp $ DISTNAME= PyGreSQL-4.1 PKGNAME= ${PYPKGPREFIX}-postgresql-4.1 @@ -40,6 +40,6 @@ post-install: done .include "../../lang/python/application.mk" -.include "../../lang/python/extension.mk" +.include "../../lang/python/egg.mk" .include "../../mk/pgsql.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/py-postgresql/PLIST b/databases/py-postgresql/PLIST index 8716c179f1d..4477f6456b4 100644 --- a/databases/py-postgresql/PLIST +++ b/databases/py-postgresql/PLIST @@ -1,4 +1,8 @@ -@comment $NetBSD: PLIST,v 1.9 2013/01/03 13:58:35 darcy Exp $ +@comment $NetBSD: PLIST,v 1.10 2013/01/03 16:56:22 darcy Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/_pg.so ${PYSITELIB}/pg.py ${PYSITELIB}/pg.pyc @@ -6,10 +10,6 @@ ${PYSITELIB}/pg.pyo ${PYSITELIB}/pgdb.py ${PYSITELIB}/pgdb.pyc ${PYSITELIB}/pgdb.pyo -${PYSITELIB}/PyGreSQL-4.1-py2.7.egg-info/PKG-INFO -${PYSITELIB}/PyGreSQL-4.1-py2.7.egg-info/SOURCES.txt -${PYSITELIB}/PyGreSQL-4.1-py2.7.egg-info/dependency_links.txt -${PYSITELIB}/PyGreSQL-4.1-py2.7.egg-info/top_level.txt share/doc/${PYPKGPREFIX}-postgresql/docs/announce.html share/doc/${PYPKGPREFIX}-postgresql/docs/announce.txt share/doc/${PYPKGPREFIX}-postgresql/docs/changelog.html |