Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/sawfish wm/sawfish: fix location of main.jl.in



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8a5a83682ed
branches:  trunk
changeset: 431226:a8a5a83682ed
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 10 14:07:07 2020 +0000

description:
wm/sawfish: fix location of main.jl.in

diffstat:

 wm/sawfish/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r e9a7c476a6b1 -r a8a5a83682ed wm/sawfish/Makefile
--- a/wm/sawfish/Makefile       Sun May 10 14:03:01 2020 +0000
+++ b/wm/sawfish/Makefile       Sun May 10 14:07:07 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.95 2020/03/10 22:11:07 wiz Exp $
+# $NetBSD: Makefile,v 1.96 2020/05/10 14:07:07 rillig Exp $
 
 DISTNAME=              sawfish_1.12.0
 PKGNAME=               ${DISTNAME:S/_/-/}
-PKGREVISION=           3
+PKGREVISION=           4
 CATEGORIES=            x11 wm
 MASTER_SITES=          http://download.tuxfamily.org/sawfish/
 EXTRACT_SUFX=          .tar.xz
@@ -27,7 +27,8 @@
 
 SUBST_CLASSES+=                env
 SUBST_STAGE.env=       pre-configure
-SUBST_FILES.env=       lisp/sawfish/ui/main.jl.in po/sawfish-xgettext
+SUBST_FILES.env=       lisp/sawfish/cfg/main.jl.in
+SUBST_FILES.env+=      po/sawfish-xgettext
 SUBST_FILES.env+=      scripts/sawfish-*.jl*
 SUBST_SED.env=         -e 's,exec rep,exec env ${REP_ENV_PKGSRC} rep,g'
 



Home | Main Index | Thread Index | Old Index