diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-10 22:06:35 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-10 22:06:35 +0000 |
commit | d72365ae81c0096bb3f7c2c40b46131ae3e1c565 (patch) | |
tree | fc78adbfb80232f1b9160199c060cf18945ec28e /databases/postgresql-devel/scripts/configure | |
parent | Upgrade to the 1999-09-20 development snapshot. (diff) |
Update to version 6.5.2.
and..
<quote>
This is a really small fix:
- When compiling postgresql-jdbc, the compilation process presents a
bad path to the installed jar-file.
</quote>
PR: 13838
PR: 13865
Submitted by: Palle Girgensohn <girgen@partitur.se>
Notes
Notes:
svn path=/head/; revision=22314
Diffstat (limited to 'databases/postgresql-devel/scripts/configure')
-rw-r--r-- | databases/postgresql-devel/scripts/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql-devel/scripts/configure b/databases/postgresql-devel/scripts/configure index 8f35cd4d686a..4a92ee450ebe 100644 --- a/databases/postgresql-devel/scripts/configure +++ b/databases/postgresql-devel/scripts/configure @@ -4,4 +4,4 @@ cd $WRKSRC || exit 1 -perl -pi -e "s=!!JAVA_HOME!!=${JAVA_HOME}=" ${WRKSRC}/interfaces/jdbc/Makefile +perl -pi -e "s=!!JAVA_HOME!!=${JAVA_HOME}=; s=!!PREFIX!!=${PREFIX}=" ${WRKSRC}/interfaces/jdbc/Makefile |