From 1f31ff34b514d77244257a9a94391d3aae8edab0 Mon Sep 17 00:00:00 2001 From: gabor Date: Sat, 4 Aug 2007 11:41:30 +0000 Subject: - Remove the DESTDIR modifications from individual ports as we have a new, fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) --- databases/postgresql-contrib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/postgresql-contrib') diff --git a/databases/postgresql-contrib/Makefile b/databases/postgresql-contrib/Makefile index 5332c8ddaf14..dad2ae019835 100644 --- a/databases/postgresql-contrib/Makefile +++ b/databases/postgresql-contrib/Makefile @@ -20,7 +20,7 @@ DEFAULT_PGSQL_VER?=81 # can't include in a slave port # so set these instead: -LOCALBASE?= ${DESTDIR}/usr/local +LOCALBASE?= /usr/local SED?= /usr/bin/sed # Setting/finding PostgreSQL version we want. -- cgit