aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Hurling <rhurlin@FreeBSD.org>2021-05-13 12:08:50 +0000
committerRainer Hurling <rhurlin@FreeBSD.org>2021-05-13 12:13:29 +0000
commit32b24117b109ab19b29948afebd9d80a6c013ce5 (patch)
treeb89be68480e3bd380ca8b4d0e69fea785f7b34ff
parente84c78d9c7ec521f1415fb2b9c5f8047a15ef0c3 (diff)
downloadports-32b24117b109ab19b29948afebd9d80a6c013ce5.tar.gz
ports-32b24117b109ab19b29948afebd9d80a6c013ce5.zip
databases/sqlite3: Fix installation of examples in option TCL
PR: 255811 Reported by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
-rw-r--r--databases/sqlite3/Makefile2
1 files changed, 1 insertions, 1 deletions
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