diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-03-19 18:27:04 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-03-19 18:27:04 +0000 |
commit | f8894574a132f42eeae12497a9f9fe841d657a67 (patch) | |
tree | afa0a654dc1821d2a61d4f77b8081e9d5d9d2024 | |
parent | Fix alpha package -- some files are not installed when MACHINE_ARCH=alpha. (diff) |
Update to work with PostgreSQL 7.2.
PR: 36102
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=56349
-rw-r--r-- | databases/py-pyPgSQL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-pyPgSQL/Makefile b/databases/py-pyPgSQL/Makefile index 9f37206c598b..0e1f4b779887 100644 --- a/databases/py-pyPgSQL/Makefile +++ b/databases/py-pyPgSQL/Makefile @@ -33,7 +33,7 @@ DOCSDIR= ${PREFIX}/share/doc/py-pyPgSQL post-patch: perl -i -p \ - -e 's#^include_dirs = \[ "/usr/local/pgsql/include" \]#include_dirs = [ "${LOCALBASE}/include/pgsql" ]# ;' \ + -e 's#^include_dirs = \[ "/usr/local/pgsql/include" \]#include_dirs = [ "${LOCALBASE}/include" ]# ;' \ -e 's#^library_dirs = \[ "/usr/local/pgsql/lib" \]#library_dirs = [ "${LOCALBASE}/lib" ]#' \ ${WRKSRC}/setup.py |