pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/i3status



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri May  1 21:48:21 UTC 2020

Modified Files:
        pkgsrc/sysutils/i3status: Makefile

Log Message:
sysutils/i3status: fix hard-coded paths

The configuration file didn't contain any /var, but the manual pages did.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/i3status/Makefile

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

Modified files:

Index: pkgsrc/sysutils/i3status/Makefile
diff -u pkgsrc/sysutils/i3status/Makefile:1.14 pkgsrc/sysutils/i3status/Makefile:1.15
--- pkgsrc/sysutils/i3status/Makefile:1.14      Wed Mar 11 23:28:21 2020
+++ pkgsrc/sysutils/i3status/Makefile   Fri May  1 21:48:21 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2020/03/11 23:28:21 nia Exp $
+# $NetBSD: Makefile,v 1.15 2020/05/01 21:48:21 rillig Exp $
 
 DISTNAME=      i3status-2.13
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    sysutils
 MASTER_SITES=  https://i3wm.org/i3status/
 EXTRACT_SUFX=  .tar.bz2
@@ -26,7 +26,7 @@ BUILD_DEFS+=  VARBASE
 SUBST_CLASSES+=                        fix-paths
 SUBST_STAGE.fix-paths=         pre-configure
 SUBST_MESSAGE.fix-paths=       Fixing absolute paths.
-SUBST_FILES.fix-paths=         i3status.conf
+SUBST_FILES.fix-paths=         man/i3status.*
 SUBST_SED.fix-paths+=          -e 's,/var,${VARBASE},g'
 
 post-install:



Home | Main Index | Thread Index | Old Index