mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
4d54b1cf38
Changes: - Allows user to customize some Kibana's settings without interfering with the deinstallation process of the package (bug #207209) Drawbacks: - Kibana takes couple of minutes to start for the first time after package installation or settings' change (There's a warning in the log about that) - ${WWWDIR}/optimize folder is now writable, weakening the security. Although, given the architecture of Kibana it's inevitable PR: 207209
12 lines
247 B
Makefile
12 lines
247 B
Makefile
# Created by: Sergey Kozlov <kozlov.sergey.404@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTVERSION= 4.3.2
|
|
PORTREVISION= 1
|
|
PKGNAMESUFFIX= 43
|
|
MASTERDIR= ${.CURDIR}/../kibana42
|
|
PKGDIR= ${.CURDIR}
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
.include "${MASTERDIR}/Makefile"
|