pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/leftwm wm/leftwm: fix typo in Makefile



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe46a9922f89
branches:  trunk
changeset: 374304:fe46a9922f89
user:      pin <pin%pkgsrc.org@localhost>
date:      Fri Feb 18 17:43:48 2022 +0000

description:
wm/leftwm: fix typo in Makefile

diffstat:

 wm/leftwm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 9217e7fac7d3 -r fe46a9922f89 wm/leftwm/Makefile
--- a/wm/leftwm/Makefile        Fri Feb 18 17:42:34 2022 +0000
+++ b/wm/leftwm/Makefile        Fri Feb 18 17:43:48 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/12/13 19:04:02 pin Exp $
+# $NetBSD: Makefile,v 1.3 2022/02/18 17:43:48 pin Exp $
 
 DISTNAME=      leftwm-0.2.11
 CATEGORIES=    wm
@@ -32,5 +32,5 @@
 
 .include "../../lang/rust/cargo.mk"
 .include "../../x11/libX11/buildlink3.mk"
-.include "../..//x11/libXinerama/buildlink3.mk"
+.include "../../x11/libXinerama/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index