Files
ports/databases/mariadb104-client/Makefile
T
Bernard Spil 05b8b859dc databases/mariadb104-server: Make directories configurable
* Create socket dir [1]
 * Take note of the changed directories

PR:		247413 [1]
Reported by:	Henrik Hudson <ports thelanman net>
2020-06-27 19:42:17 +00:00

16 lines
323 B
Makefile

# Created by: Bernard Spil <brnrd@FreeBSD.org>
# $FreeBSD$
PORTNAME= mariadb
PKGNAMESUFFIX= 104-client
COMMENT= Multithreaded SQL database (client)
MASTERDIR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX:C/-client/-server/}
PLIST= ${.CURDIR}/pkg-plist
CONFLICTS_INSTALL= databases/mytop
.include "${MASTERDIR}/Makefile"