diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-06-05 19:55:24 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-06-05 19:55:24 +0000 |
commit | c088d09f2d28779b7113344862ffe0fc60fc70f4 (patch) | |
tree | 9b378bd9eff8df40006d3fb7ac955347a9f6ad5f /databases/postgresql84-server | |
parent | d8240282a5aa04f1acd2a850333dca65140bbe64 (diff) | |
download | ports-c088d09f2d28779b7113344862ffe0fc60fc70f4.tar.gz ports-c088d09f2d28779b7113344862ffe0fc60fc70f4.zip |
Notes
Diffstat (limited to 'databases/postgresql84-server')
-rw-r--r-- | databases/postgresql84-server/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql84-server/Makefile b/databases/postgresql84-server/Makefile index 817f396649be..49f1a02e4757 100644 --- a/databases/postgresql84-server/Makefile +++ b/databases/postgresql84-server/Makefile @@ -3,7 +3,7 @@ # Date created: November 13, 1998 # Whom: Marc G. Fournier <scrappy@FreeBSD.ORG> # -# $Id: Makefile,v 1.37 1999/04/14 00:03:06 scrappy Exp $ +# $Id: Makefile,v 1.38 1999/04/20 20:32:53 mharo Exp $ # DISTNAME= postgresql-6.4.2 @@ -35,8 +35,8 @@ HAS_CONFIGURE= YES CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \ --enable-locale \ --with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` \ - --with-includes="/usr/local/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \ - --with-libraries=/usr/local/lib + --with-includes="${PREFIX}/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \ + --with-libraries=${PREFIX}/lib INSTALL_TARGET= install install-man |