diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-01 21:48:21 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-01 21:48:21 +0000 |
commit | d485a178c7ec25a15d233a0fbf4ba3af350f2490 (patch) | |
tree | 86d730b6b733e0782b4ed186e1ecd66aa87e6b17 /sysutils | |
parent | 2b4409e147121eff1e7ce5eb5770385d33019f7e (diff) | |
download | pkgsrc-d485a178c7ec25a15d233a0fbf4ba3af350f2490.tar.gz |
sysutils/i3status: fix hard-coded paths
The configuration file didn't contain any /var, but the manual pages did.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/i3status/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/i3status/Makefile b/sysutils/i3status/Makefile index 6fe81805492..ebd044f2309 100644 --- a/sysutils/i3status/Makefile +++ b/sysutils/i3status/Makefile @@ -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: |