diff options
author | Chris Rees <crees@FreeBSD.org> | 2016-09-02 06:59:23 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2016-09-02 06:59:23 +0000 |
commit | de579e6eb39d13c7c6f5a779707a588cae5acbba (patch) | |
tree | 9d7f015539471818ef8d2536621943949a15c390 /x11/kde4-workspace/Makefile | |
parent | f7a2e12c38f97be49c041cc8d10599069d4f35cf (diff) |
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)
Notes
Notes:
svn path=/head/; revision=421252
Diffstat (limited to 'x11/kde4-workspace/Makefile')
-rw-r--r-- | x11/kde4-workspace/Makefile | 1 |
1 files changed, 1 insertions, 0 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} |