pkgsrc-WIP-changes archive

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

mg: remove pkgconfig from subst phase.



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Tue Apr 25 23:35:10 2023 +0200
Changeset:	06615660c1614e8e81ceafec92de8f65dad5d978

Modified Files:
	mg/Makefile

Log Message:
mg: remove pkgconfig from subst phase.

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

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

diffstat:
 mg/Makefile | 1 -
 1 file changed, 1 deletion(-)

diffs:
diff --git a/mg/Makefile b/mg/Makefile
index 4d484e67d5..0cf7e5307b 100644
--- a/mg/Makefile
+++ b/mg/Makefile
@@ -29,7 +29,6 @@ SUBST_MESSAGE.path=	Adjusting path.
 SUBST_FILES.path=	GNUmakefile mg.1
 SUBST_SED.path=		-e "s|/usr/local|${PREFIX}|g"
 SUBST_SED.path+=	-e "s|/usr/share/doc|${PREFIX}/share/doc|g"
-SUBST_SED.path+=	-e "s|/usr/bin/pkg-config|pkg-config|g"
 
 .include "../../mk/bsd.prefs.mk"
 .if !empty(MACHINE_PLATFORM:MLinux-*-*)


Home | Main Index | Thread Index | Old Index