summaryrefslogtreecommitdiff
path: root/databases/py-pyPgSQL
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-03-19 18:27:04 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-03-19 18:27:04 +0000
commitf8894574a132f42eeae12497a9f9fe841d657a67 (patch)
treeafa0a654dc1821d2a61d4f77b8081e9d5d9d2024 /databases/py-pyPgSQL
parentFix 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
Diffstat (limited to 'databases/py-pyPgSQL')
-rw-r--r--databases/py-pyPgSQL/Makefile2
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