diff options
author | tobik <tobik@FreeBSD.org> | 2019-09-19 13:47:49 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-09-19 13:47:49 +0800 |
commit | 943eb56dd36991208505686021dc0348161fc78f (patch) | |
tree | a0ee2a2ffb8aba28b4f15a0399c3cfc86767dfd1 /databases | |
parent | 50301e7a782030b7423ba1e35c3cd7d41c25abc0 (diff) | |
download | freebsd-ports-gnome-943eb56dd36991208505686021dc0348161fc78f.tar.gz freebsd-ports-gnome-943eb56dd36991208505686021dc0348161fc78f.tar.zst freebsd-ports-gnome-943eb56dd36991208505686021dc0348161fc78f.zip |
databases/mariadb*-server: Spell post-install-GSSAPI_NONE-off correctly
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mariadb102-server/Makefile | 2 | ||||
-rw-r--r-- | databases/mariadb103-server/Makefile | 2 | ||||
-rw-r--r-- | databases/mariadb104-server/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/databases/mariadb102-server/Makefile b/databases/mariadb102-server/Makefile index 342c6fae223b..9b44dc84ddf4 100644 --- a/databases/mariadb102-server/Makefile +++ b/databases/mariadb102-server/Makefile @@ -203,7 +203,7 @@ post-install: # Fix https://mariadb.atlassian.net/browse/MDEV-9388 @${REINPLACE_CMD} 's/-l-pthread/-pthread/' ${STAGEDIR}${PREFIX}/bin/mysql_config -post-install-GSSAPI_NONE: +post-install-GSSAPI_NONE-off: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mysql/plugin/auth_gssapi_client.so .else # targets for -server diff --git a/databases/mariadb103-server/Makefile b/databases/mariadb103-server/Makefile index 95d84149d44a..1162d2976d57 100644 --- a/databases/mariadb103-server/Makefile +++ b/databases/mariadb103-server/Makefile @@ -212,7 +212,7 @@ post-install: ${RM} -r ${STAGEDIR}${DATADIR} ${RM} -r ${STAGEDIR}${PREFIX}/include/mysql/server -post-install-GSSAPI_NONE: +post-install-GSSAPI_NONE-off: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mysql/plugin/auth_gssapi_client.so .else # ! ${PKGNAMESUFFIX:M*-client} diff --git a/databases/mariadb104-server/Makefile b/databases/mariadb104-server/Makefile index e3eaf9cc66d5..7884514cf714 100644 --- a/databases/mariadb104-server/Makefile +++ b/databases/mariadb104-server/Makefile @@ -214,7 +214,7 @@ post-install: ${RM} -r ${STAGEDIR}${DATADIR} ${RM} -r ${STAGEDIR}${PREFIX}/include/mysql/server -post-install-GSSAPI_NONE: +post-install-GSSAPI_NONE-off: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mysql/plugin/auth_gssapi_client.so .else # ! ${PKGNAMESUFFIX:M*-client} |