x11/plasma5-plasma-workspace: fix call to env
Our env doesn't support -0, call genv and depend on coreutils Approved by: tcberner
This commit is contained in:
parent
9ba6542d0e
commit
34c5eb7640
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516374
2 changed files with 9 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= plasma-workspace
|
||||
DISTVERSION= ${KDE_PLASMA_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11 kde kde-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
--- startkde/plasma-sourceenv.sh.orig 2019-11-02 22:09:17 UTC
|
||||
+++ startkde/plasma-sourceenv.sh
|
||||
@@ -3,4 +3,4 @@ do
|
||||
. $i >/dev/null
|
||||
done
|
||||
|
||||
-env -0
|
||||
+genv -0
|
Loading…
Reference in a new issue