summaryrefslogtreecommitdiff
path: root/databases/tcl-postgresql73/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/tcl-postgresql73/Makefile')
-rw-r--r--databases/tcl-postgresql73/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/tcl-postgresql73/Makefile b/databases/tcl-postgresql73/Makefile
index e39c86210cb..81b37c555b3 100644
--- a/databases/tcl-postgresql73/Makefile
+++ b/databases/tcl-postgresql73/Makefile
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.6 2005/07/29 05:39:00 grant Exp $
+# $NetBSD: Makefile,v 1.7 2005/12/05 20:50:01 rillig Exp $
PKGNAME= tcl-postgresql73-${BASE_VERS}
PKGREVISION= 1
COMMENT= Tcl interface to PostgreSQL
-.include "../postgresql73/Makefile.common"
+.include "../../databases/postgresql73/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
USE_TOOLS+= gtar
@@ -23,7 +23,7 @@ post-install:
${GTAR} zxCf ${PREFIX}/man ${WRKSRC}/doc/man.tar.gz \
`${SED} -e "s|#.*||" ${FILESDIR}/man.tcl`
-.include "../postgresql73-lib/buildlink3.mk"
+.include "../../databases/postgresql73-lib/buildlink3.mk"
.include "../../lang/tcl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"