pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/wimon



Module Name:    pkgsrc
Committed By:   roy
Date:           Wed Jan  4 20:18:55 UTC 2017

Modified Files:
        pkgsrc/net/wimon: Makefile

Log Message:
Use the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/wimon/Makefile

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

Modified files:

Index: pkgsrc/net/wimon/Makefile
diff -u pkgsrc/net/wimon/Makefile:1.16 pkgsrc/net/wimon/Makefile:1.17
--- pkgsrc/net/wimon/Makefile:1.16      Tue Aug 18 07:31:16 2015
+++ pkgsrc/net/wimon/Makefile   Wed Jan  4 20:18:54 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2015/08/18 07:31:16 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2017/01/04 20:18:54 roy Exp $
 
 DISTNAME=      wimon-0.3
 PKGREVISION=   3
@@ -24,6 +24,6 @@ do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/wimon ${DESTDIR}${PREFIX}/bin
        ${INSTALL_MAN} ${WRKSRC}/wimon.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
 
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index