diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2002-10-23 14:33:47 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2002-10-23 14:33:47 +0000 |
commit | 6cd163c1f8d222b22ff03ac91e82be8fc7d7a154 (patch) | |
tree | cc2d5922e6b192d81fb96c33a30a89ab97951051 /databases/py-PyGreSQL/pkg-plist | |
parent | Fix pre-build target (I messed it up with my first PR a long time ago.) (diff) |
- Make this port a subport of databases/postgresql7, since the development of
PyGreSQL has been folded into that of PostgreSQL itself.
- This update effectivly takes PyGreSQL to version 3.3, which is distributed
with PostgreSQL 7.2.3.
- Byte-compile installed modules to ensure clean deinstallation.
- Install documentation under $DOCSDIR.
- Remove Makefile from $FILESDIR - not required anymore.
- Remove patch-pgdb.py - not required any longer.
- Add two patches to ensure installation is $PREFIX-clean.
- Update pkg-comment and pkg-descr to reflect the current status of the port.
Notes
Notes:
svn path=/head/; revision=68661
Diffstat (limited to 'databases/py-PyGreSQL/pkg-plist')
-rw-r--r-- | databases/py-PyGreSQL/pkg-plist | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/databases/py-PyGreSQL/pkg-plist b/databases/py-PyGreSQL/pkg-plist index ea0dd1d957f7..ffef5c1b2751 100644 --- a/databases/py-PyGreSQL/pkg-plist +++ b/databases/py-PyGreSQL/pkg-plist @@ -1,6 +1,11 @@ +%%PORTDOCS%%share/doc/PyGreSQL/Announce +%%PORTDOCS%%share/doc/PyGreSQL/ChangeLog +%%PORTDOCS%%share/doc/PyGreSQL/README lib/%%PYTHON_VERSION%%/site-packages/_pgmodule.so lib/%%PYTHON_VERSION%%/site-packages/pg.py lib/%%PYTHON_VERSION%%/site-packages/pg.pyc +lib/%%PYTHON_VERSION%%/site-packages/pg.pyo lib/%%PYTHON_VERSION%%/site-packages/pgdb.py lib/%%PYTHON_VERSION%%/site-packages/pgdb.pyc -share/doc/README.PyGreSQL +lib/%%PYTHON_VERSION%%/site-packages/pgdb.pyo +%%PORTDOCS%%@dirrm share/doc/PyGreSQL |