summaryrefslogtreecommitdiff
path: root/databases/tcl-postgresql74/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/tcl-postgresql74/Makefile')
-rw-r--r--databases/tcl-postgresql74/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/tcl-postgresql74/Makefile b/databases/tcl-postgresql74/Makefile
index a7ece7cf109..f447de14ae8 100644
--- a/databases/tcl-postgresql74/Makefile
+++ b/databases/tcl-postgresql74/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.5 2005/12/02 21:01:34 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2005/12/05 20:50:01 rillig Exp $
PKGNAME= tcl-postgresql74-${BASE_VERS}
COMMENT= Tcl interface to PostgreSQL
-.include "../postgresql74/Makefile.common"
+.include "../../databases/postgresql74/Makefile.common"
CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
CONFIGURE_ARGS+= --with-tcl
CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
-CONFIGURE_ENV+= TCLSH="${TCLSH}"
+CONFIGURE_ENV+= TCLSH=${TCLSH:Q}
TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh
MAKE_ENV+= INSTALLED_LIBPQ=1
@@ -20,7 +20,7 @@ post-install:
cd ${PREFIX}/man && ${TAR} -zxf ${WRKSRC}/doc/man.tar.gz \
`${SED} -e "s|#.*||" ${FILESDIR}/man.tcl`
-.include "../postgresql74-lib/buildlink3.mk"
+.include "../../databases/postgresql74-lib/buildlink3.mk"
.include "../../lang/tcl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"