1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/textproc/kibana43/Makefile
Mark Felder 4d54b1cf38 textproc/kibana42, kibana43, kibana44: Fix ability to customize settings
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
2016-03-14 16:10:26 +00:00

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"