pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/iselect



Module Name:    pkgsrc
Committed By:   roy
Date:           Wed Jan  4 21:54:26 UTC 2017

Modified Files:
        pkgsrc/misc/iselect: Makefile

Log Message:
Use the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/misc/iselect/Makefile

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

Modified files:

Index: pkgsrc/misc/iselect/Makefile
diff -u pkgsrc/misc/iselect/Makefile:1.26 pkgsrc/misc/iselect/Makefile:1.27
--- pkgsrc/misc/iselect/Makefile:1.26   Tue Aug 18 07:31:13 2015
+++ pkgsrc/misc/iselect/Makefile        Wed Jan  4 21:54:26 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2015/08/18 07:31:13 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2017/01/04 21:54:26 roy Exp $
 #
 
 DISTNAME=              iselect-1.4.0
@@ -22,5 +22,5 @@ do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/iselect ${DESTDIR}${PREFIX}/bin
        ${INSTALL_MAN} ${WRKSRC}/iselect.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index