summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authordarcy <darcy>2013-01-03 16:56:22 +0000
committerdarcy <darcy>2013-01-03 16:56:22 +0000
commit90671f324f42034caabe921a029a7df394a3c446 (patch)
treeaef86345b6b6153adfc2bacaf886575b36eea681 /databases
parent41380f73c50b6f42866e43504805e53da0a75e01 (diff)
downloadpkgsrc-90671f324f42034caabe921a029a7df394a3c446.tar.gz
Fix hard coded PLIST entries. Thanks Ryo ONODERA.
Diffstat (limited to 'databases')
-rw-r--r--databases/py-postgresql/Makefile4
-rw-r--r--databases/py-postgresql/PLIST10
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