mirror of https://git.FreeBSD.org/ports.git
deskutils/plasma6-sddm-kcm: fix path to sddm configuration
PR: 284984 PR: 284986
This commit is contained in:
parent
ce42384e39
commit
2edc80a54d
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= sddm-kcm
|
||||
DISTVERSION= ${KDE_PLASMA_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils kde kde-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -12,4 +13,7 @@ USE_KDE= archive auth colorscheme config configwidgets coreaddons i18n \
|
|||
USE_GL= gl opengl
|
||||
USE_QT= base declarative
|
||||
|
||||
CMAKE_ARGS= -DSDDM_CONFIG_FILE:FILEPATH=${LOCALBASE}/etc/sddm.conf \
|
||||
-DSDDM_CONFIG_DIR:PATH=${LOCALBASE}/etc/sddm.conf.d
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in New Issue