diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mariadb101-client/Makefile | 2 | ||||
-rw-r--r-- | databases/py-sqlite3/Makefile | 2 | ||||
-rw-r--r-- | databases/speedtables/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/databases/mariadb101-client/Makefile b/databases/mariadb101-client/Makefile index 902f67d403a7..fd2ef1f70e3f 100644 --- a/databases/mariadb101-client/Makefile +++ b/databases/mariadb101-client/Makefile @@ -26,7 +26,7 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${b} . endfor ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mysql/libmysqlclient.so.18 -. for b in dialog.so mysql_clear_password.so +. for b in dialog.so mysql_clear_password.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mysql/plugin/${b} . endfor # Fix https://mariadb.atlassian.net/browse/MDEV-9388 diff --git a/databases/py-sqlite3/Makefile b/databases/py-sqlite3/Makefile index 688bc9e4aa0d..23cf3fea9931 100644 --- a/databases/py-sqlite3/Makefile +++ b/databases/py-sqlite3/Makefile @@ -11,7 +11,7 @@ DISTNAME= Python-${PORTVERSION} DIST_SUBDIR= python MAINTAINER= python@FreeBSD.org -COMMENT= Standard Python binding to the SQLite3 library (Python ${PYTHON_VER}) +COMMENT= Standard Python binding to the SQLite3 library (Python ${PYTHON_VER}) LICENSE= PSFL LICENSE_FILE= ${WRKDIR}/Python-${PORTVERSION}/LICENSE diff --git a/databases/speedtables/Makefile b/databases/speedtables/Makefile index 0ad3455e66c2..7f50455a4384 100644 --- a/databases/speedtables/Makefile +++ b/databases/speedtables/Makefile @@ -33,7 +33,7 @@ CASSANDRA_CONFIGURE_ON= --with-casstcl=${LOCALBASE} CASSANDRA_LIB_DEPENDS= libcasstcl.so:databases/casstcl post-configure: - ${CHMOD} a+x ${WRKSRC}/ctable_server/sttp + ${CHMOD} a+x ${WRKSRC}/ctable_server/sttp post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/ctables/docs/manual && \ |