diff options
author | youri <youri@pkgsrc.org> | 2015-07-07 19:55:28 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2015-07-07 19:55:28 +0000 |
commit | 63581c209fdaf547a79040eec25130ed914d7d92 (patch) | |
tree | 9522b4a3015168ffa683f700799e72a5497690e8 /x11/xfce4-session | |
parent | d1014d972e394dcf9e08577f0e892b0a0d1b85ee (diff) | |
download | pkgsrc-63581c209fdaf547a79040eec25130ed914d7d92.tar.gz |
Look for X screen lockers in path rather than /bin and /usr/bin.
Diffstat (limited to 'x11/xfce4-session')
-rw-r--r-- | x11/xfce4-session/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/x11/xfce4-session/Makefile b/x11/xfce4-session/Makefile index 250b6737f7e..83ba7c85fab 100644 --- a/x11/xfce4-session/Makefile +++ b/x11/xfce4-session/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2015/06/29 16:50:01 youri Exp $ +# $NetBSD: Makefile,v 1.52 2015/07/07 19:55:28 youri Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" @@ -6,7 +6,7 @@ DISTNAME= xfce4-session-4.12.1 CATEGORIES= x11 MASTER_SITES+= http://archive.xfce.org/src/xfce/xfce4-session/4.12/ -HOMEPAGE= http://docs.xfce.org/xfce/xfce4-session/start +HOMEPAGE= http://docs.xfce.org/xfce/xfce4-session/start COMMENT= Xfce session manager PKGCONFIG_OVERRIDE+= libxfsm/xfce4-session-2.0.pc.in @@ -18,6 +18,12 @@ CONFIGURE_ARGS+= ICEAUTH=${TOOLS_PATH.iceauth} USE_TOOLS+= iceauth:run +SUBST_CLASSES+= xflock4 +SUBST_STAGE.xflock4= pre-build +SUBST_MESSAGE.xflock4= Updating path in xflock4 +SUBST_FILES.xflock4= scripts/xflock4 +SUBST_SED.xflock4= -e 's,/bin:/usr/bin,${PREFIX}/bin,g' + EGDIR= ${XFCE4_EGBASE} PKG_SYSCONFSUBDIR= xdg |