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 /databases/py-pyPgSQL | |
parent | 4b15967b617058860abddc58a287bc98961f599e (diff) | |
download | ports-f8894574a132f42eeae12497a9f9fe841d657a67.tar.gz ports-f8894574a132f42eeae12497a9f9fe841d657a67.zip |
Notes
Diffstat (limited to 'databases/py-pyPgSQL')
-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 |