From f96450acf3df044158a72984906391e5c19e2357 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 9 Mar 2014 00:07:16 +0000 Subject: Finish stage support --- databases/sqlite2/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'databases/sqlite2') diff --git a/databases/sqlite2/Makefile b/databases/sqlite2/Makefile index 6f09f19650f3..1bc5663ea9e2 100644 --- a/databases/sqlite2/Makefile +++ b/databases/sqlite2/Makefile @@ -25,7 +25,6 @@ EXTRACT_AFTER_ARGS= --exclude CVS OPTIONS_DEFINE= TCL THREADS DOCS -NO_STAGE= yes .include .if ${PORT_OPTIONS:MTCL} @@ -76,8 +75,8 @@ post-build: post-install: .if ${PORT_OPTIONS:MTCL} - @(cd ${WRKSRC} && ${GMAKE} install-tcl) - ${INSTALL_DATA} ${FILESDIR}/pkgIndex.tcl ${PREFIX}/lib/sqlite/ + @(cd ${WRKSRC} && ${GMAKE} ${MAKE_ARGS} install-tcl) + ${INSTALL_DATA} ${FILESDIR}/pkgIndex.tcl ${STAGEDIR}${PREFIX}/lib/sqlite .endif ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} -- cgit v1.2.3