Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 May 2021 12:13:36 GMT
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 32b24117b109 - main - databases/sqlite3: Fix installation of examples in option TCL
Message-ID:  <202105131213.14DCDasx061340@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rhurlin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=32b24117b109ab19b29948afebd9d80a6c013ce5

commit 32b24117b109ab19b29948afebd9d80a6c013ce5
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2021-05-13 12:08:50 +0000
Commit:     Rainer Hurling <rhurlin@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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105131213.14DCDasx061340>