pkgsrc-WIP-changes archive

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

muon: Fix WRKSRC



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Mon Nov 14 11:48:43 2022 +0100
Changeset:	7fc63030bda60e43364e569a452e8629f9f75eed

Modified Files:
	muon/Makefile

Log Message:
muon: Fix WRKSRC

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7fc63030bda60e43364e569a452e8629f9f75eed

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

diffstat:
 muon/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/muon/Makefile b/muon/Makefile
index 02a10f2098..1f7ad8228b 100644
--- a/muon/Makefile
+++ b/muon/Makefile
@@ -31,7 +31,7 @@ SUBST_SED.flags2=	-e "s|@CFLAGS@|c_args+='${MESON_CFLAGS:S/ /@LF@/Wg}'|"
 SUBST_SED.flags2+=	-e "s|@LDFLAGS@|link_args+='${MESON_LDFLAGS:S/ /@LF@/Wg}'|"
 SUBST_SED.flags2+=	-e "s|@LF@|\\${.newline}|g"
 
-WRKSRC=			${WRKDIR}/${PKGNAME}
+WRKSRC=			${WRKDIR}/${PKGNAME_NOREV}
 INSTALLATION_DIRS=	bin
 
 do-configure:


Home | Main Index | Thread Index | Old Index