pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/leftwm



Module Name:    pkgsrc
Committed By:   pin
Date:           Fri Feb 18 17:43:48 UTC 2022

Modified Files:
        pkgsrc/wm/leftwm: Makefile

Log Message:
wm/leftwm: fix typo in Makefile


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/wm/leftwm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wm/leftwm/Makefile
diff -u pkgsrc/wm/leftwm/Makefile:1.2 pkgsrc/wm/leftwm/Makefile:1.3
--- pkgsrc/wm/leftwm/Makefile:1.2       Mon Dec 13 19:04:02 2021
+++ pkgsrc/wm/leftwm/Makefile   Fri Feb 18 17:43:48 2022
@@ -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 @@ DEPENDS+=     xrandr-[0-9]*:../../x11/xrandr
 
 .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