git: 32b24117b109 - main - databases/sqlite3: Fix installation of examples in option TCL
Rainer Hurling
rhurlin at FreeBSD.org
Thu May 13 12:13:37 UTC 2021
The branch main has been updated by rhurlin:
URL: https://cgit.FreeBSD.org/ports/commit/?id=32b24117b109ab19b29948afebd9d80a6c013ce5
commit 32b24117b109ab19b29948afebd9d80a6c013ce5
Author: Rainer Hurling <rhurlin at FreeBSD.org>
AuthorDate: 2021-05-13 12:08:50 +0000
Commit: Rainer Hurling <rhurlin at FreeBSD.org>
CommitDate: 2021-05-13 12:13:29 +0000
databases/sqlite3: Fix installation of examples in option TCL
PR: 255811
Reported by: Pavel Volkov <pavelivolkov at gmail.com> (maintainer)
---
databases/sqlite3/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 3e4c58994330..d0d346518849 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -221,7 +221,7 @@ post-install-TCL-on:
${INSTALL_PROGRAM} ${WRKSRC}/sqlite3_analyzer ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/autoconf/tea/doc/${PORTNAME}.n ${STAGEDIR}${PREFIX}/man/mann/${PORTNAME}.tcl${TCL_VER:S/.//g}.n
.if ${PORT_OPTIONS:MEXAMPLES}
- ${INSTALL_SCRIPT} -d ${STAGEDIR}${EXAMPLESDIR}
+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKDIR}/${SUB_FILES} ${WRKSRC}/contrib/sqlitecon.tcl ${STAGEDIR}${EXAMPLESDIR}
.endif
More information about the dev-commits-ports-all
mailing list