pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/wtail



Module Name:    pkgsrc
Committed By:   roy
Date:           Tue Jan  3 22:16:03 UTC 2017

Modified Files:
        pkgsrc/sysutils/wtail: Makefile

Log Message:
Use the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/wtail/Makefile

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

Modified files:

Index: pkgsrc/sysutils/wtail/Makefile
diff -u pkgsrc/sysutils/wtail/Makefile:1.15 pkgsrc/sysutils/wtail/Makefile:1.16
--- pkgsrc/sysutils/wtail/Makefile:1.15 Tue Aug 18 07:31:18 2015
+++ pkgsrc/sysutils/wtail/Makefile      Tue Jan  3 22:16:03 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2015/08/18 07:31:18 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2017/01/03 22:16:03 roy Exp $
 #
 
 DISTNAME=      wtail-0.2.2
@@ -12,5 +12,5 @@ COMMENT=      Watch multiple files at once
 
 MAKE_ENV+=     SED=${SED:Q}
 
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index