aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-03-09 00:07:16 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-03-09 00:07:16 +0000
commitf96450acf3df044158a72984906391e5c19e2357 (patch)
tree6a355df3a127abc308d5197fead4b3632808af5a /databases
parentd8bafb9d4ce3ceb3cbc4bc5a136d20c1f652bcbd (diff)
downloadports-f96450acf3df044158a72984906391e5c19e2357.tar.gz
ports-f96450acf3df044158a72984906391e5c19e2357.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/sqlite2/Makefile5
1 files changed, 2 insertions, 3 deletions
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 <bsd.port.options.mk>
.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}