diff options
author | crees <crees@FreeBSD.org> | 2016-09-02 14:59:23 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2016-09-02 14:59:23 +0800 |
commit | 7e573fd9e0bb906b939d06de38694645f38408c6 (patch) | |
tree | 9d7f015539471818ef8d2536621943949a15c390 /x11/kde4-workspace | |
parent | 9599ad5c01c3fb39030fb07fa27d648868b92745 (diff) | |
download | freebsd-ports-gnome-7e573fd9e0bb906b939d06de38694645f38408c6.tar.gz freebsd-ports-gnome-7e573fd9e0bb906b939d06de38694645f38408c6.tar.zst freebsd-ports-gnome-7e573fd9e0bb906b939d06de38694645f38408c6.zip |
Correct permissions on kcheckpass
Without this, if the port is staged as non-root (default on new poudriere), the
file is installed without setuid root and fails to unlock desktops.
PR: ports/211218
Submitted by: jhb
Approved by: maintainer timeout (kde, 2 months)
Diffstat (limited to 'x11/kde4-workspace')
-rw-r--r-- | x11/kde4-workspace/Makefile | 1 | ||||
-rw-r--r-- | x11/kde4-workspace/pkg-plist | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile index 58546a12f3d9..02bc1687e5b0 100644 --- a/x11/kde4-workspace/Makefile +++ b/x11/kde4-workspace/Makefile @@ -2,6 +2,7 @@ PORTNAME= kde-workspace PORTVERSION= ${KDE4_WORKSPACE_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/x11/kde4-workspace/pkg-plist b/x11/kde4-workspace/pkg-plist index e7bd61c2d521..67c6f016eef8 100644 --- a/x11/kde4-workspace/pkg-plist +++ b/x11/kde4-workspace/pkg-plist @@ -229,7 +229,7 @@ lib/kde4/kwin_oxygen_config.so lib/kde4/libexec/fontinst lib/kde4/libexec/fontinst_helper lib/kde4/libexec/fontinst_x11 -lib/kde4/libexec/kcheckpass +@(root,wheel,6755) lib/kde4/libexec/kcheckpass lib/kde4/libexec/kcmdatetimehelper lib/kde4/libexec/kcmkdmhelper lib/kde4/libexec/kdm_config |