pkgsrc-WIP-changes archive

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

mg: fix build



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Tue Apr 25 23:45:13 2023 +0200
Changeset:	9b5c2a5822b8b2c3712319c14b2a2453dd6e50f2

Modified Files:
	mg/Makefile
	mg/PLIST

Log Message:
mg: fix build

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

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

diffstat:
 mg/Makefile | 2 +-
 mg/PLIST    | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/mg/Makefile b/mg/Makefile
index 0cf7e5307b..be9e7fb7f4 100644
--- a/mg/Makefile
+++ b/mg/Makefile
@@ -34,5 +34,5 @@ SUBST_SED.path+=	-e "s|/usr/share/doc|${PREFIX}/share/doc|g"
 .if !empty(MACHINE_PLATFORM:MLinux-*-*)
 .include "../../devel/libbsd/buildlink3.mk"
 .endif
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../devel/ncursesw/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/mg/PLIST b/mg/PLIST
index 8ffc61f1c1..c98d728251 100644
--- a/mg/PLIST
+++ b/mg/PLIST
@@ -1,4 +1,3 @@
 @comment $NetBSD: PLIST,v 1.2 2012/12/12 12:47:50 wiz Exp $
 bin/mg
 man/man1/mg.1
-share/doc/mg/tutorial


Home | Main Index | Thread Index | Old Index