pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/mg
Module Name: pkgsrc
Committed By: roy
Date: Wed Jan 4 11:18:45 UTC 2017
Modified Files:
pkgsrc/editors/mg: Makefile
Log Message:
Use the curses framework.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/editors/mg/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/mg/Makefile
diff -u pkgsrc/editors/mg/Makefile:1.9 pkgsrc/editors/mg/Makefile:1.10
--- pkgsrc/editors/mg/Makefile:1.9 Tue Aug 18 07:31:06 2015
+++ pkgsrc/editors/mg/Makefile Wed Jan 4 11:18:44 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2015/08/18 07:31:06 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2017/01/04 11:18:44 roy Exp $
#
DISTNAME= mg-20110905
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= editors
MASTER_SITES= http://homepage.boetes.org/software/mg/
@@ -11,7 +11,7 @@ HOMEPAGE= http://homepage.boetes.org/sof
COMMENT= Small, fast, public domain EMACS style editor
HAS_CONFIGURE= yes
-USE_NCURSES= yes # Uses NCURSES internals
+FAKE_NCURSES= yes
USE_TOOLS+= install
MAKE_ENV+= prefix=${PREFIX}
@@ -29,5 +29,5 @@ SUBST_SED.path= -e "s|/usr/local|${PREF
SUBST_SED.path+= -e "s|/usr/share/doc|${PREFIX}/share/doc|g"
SUBST_SED.path+= -e "s|/usr/bin/install|${INSTALL}|g"
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index