diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mariadb55-client/Makefile | 2 | ||||
-rw-r--r-- | databases/mariadb55-server/Makefile | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/databases/mariadb55-client/Makefile b/databases/mariadb55-client/Makefile index 7b6bd9fe4f05..825745349751 100644 --- a/databases/mariadb55-client/Makefile +++ b/databases/mariadb55-client/Makefile @@ -19,9 +19,7 @@ CONFLICTS_INSTALL= mariadb5[0-46-9]-client-* \ percona*-client-* CMAKE_ARGS+= -DWITHOUT_SERVER=1 - USE_LDCONFIG= ${PREFIX}/lib/mysql - CLIENT_ONLY= yes .include "${MASTERDIR}/Makefile" diff --git a/databases/mariadb55-server/Makefile b/databases/mariadb55-server/Makefile index 29d635f7f80b..d4c52fdc6bca 100644 --- a/databases/mariadb55-server/Makefile +++ b/databases/mariadb55-server/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/sourc http://mirror.switch.ch/mirror/mariadb/${PORTNAME}-${PORTVERSION}/source/ PKGNAMESUFFIX?= 55-server -MAINTAINER= never@nevermind.kiev.ua +MAINTAINER= ports@FreeBSD.org COMMENT?= Multithreaded SQL database (server) LICENSE= GPLv2 |