svn commit: r347545 - head/databases/sqlite2

Antoine Brodin antoine at FreeBSD.org
Sun Mar 9 00:07:17 UTC 2014


Author: antoine
Date: Sun Mar  9 00:07:16 2014
New Revision: 347545
URL: http://svnweb.freebsd.org/changeset/ports/347545
QAT: https://qat.redports.org/buildarchive/r347545/

Log:
  Finish stage support

Modified:
  head/databases/sqlite2/Makefile

Modified: head/databases/sqlite2/Makefile
==============================================================================
--- head/databases/sqlite2/Makefile	Sat Mar  8 23:54:39 2014	(r347544)
+++ head/databases/sqlite2/Makefile	Sun Mar  9 00:07:16 2014	(r347545)
@@ -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}


More information about the svn-ports-head mailing list