diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2017-10-22 15:02:55 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2017-10-22 15:02:55 +0000 |
commit | f078e1c6afea4dc807f11947dee27181c218185a (patch) | |
tree | 974e9f55eb38e49fadf5a161a099adeaecba0a5d /databases/mariadb55-client | |
parent | 1562ffa76f95590be58c11f8f3f287fc7c780dce (diff) |
Notes
Diffstat (limited to 'databases/mariadb55-client')
-rw-r--r-- | databases/mariadb55-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mariadb55-client/Makefile b/databases/mariadb55-client/Makefile index f899f9925233..42536a9fca2f 100644 --- a/databases/mariadb55-client/Makefile +++ b/databases/mariadb55-client/Makefile @@ -21,7 +21,7 @@ CONFLICTS_INSTALL= mariadb5[0-46-9]-client-* \ CMAKE_ARGS+= -DWITHOUT_SERVER=1 CLIENT_ONLY= yes -USES+= ncurses readline +USES= ncurses readline post-install: ${RM} ${STAGEDIR}${PREFIX}/bin/mysqld_safe_helper |