diff options
author | mharo <mharo@FreeBSD.org> | 1999-06-06 03:55:24 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-06-06 03:55:24 +0800 |
commit | 2c7b787be1e8d76dd9311d94f242920c0cb4107d (patch) | |
tree | bcfa767021912429f8c525b11194397e4ccd9380 /databases/postgresql7 | |
parent | fbed6fd2eba69b4b19b8de2bb3ba930f3e3ddb1f (diff) | |
download | freebsd-ports-gnome-2c7b787be1e8d76dd9311d94f242920c0cb4107d.tar.gz freebsd-ports-gnome-2c7b787be1e8d76dd9311d94f242920c0cb4107d.tar.zst freebsd-ports-gnome-2c7b787be1e8d76dd9311d94f242920c0cb4107d.zip |
s,/usr/local,${PREFIX},
Diffstat (limited to 'databases/postgresql7')
-rw-r--r-- | databases/postgresql7/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql7/Makefile b/databases/postgresql7/Makefile index 817f396649be..49f1a02e4757 100644 --- a/databases/postgresql7/Makefile +++ b/databases/postgresql7/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 |