pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkg_select



Module Name:    pkgsrc
Committed By:   roy
Date:           Tue Jan  3 18:45:15 UTC 2017

Modified Files:
        pkgsrc/pkgtools/pkg_select: Makefile

Log Message:
Move to curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/pkgtools/pkg_select/Makefile

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

Modified files:

Index: pkgsrc/pkgtools/pkg_select/Makefile
diff -u pkgsrc/pkgtools/pkg_select/Makefile:1.23 pkgsrc/pkgtools/pkg_select/Makefile:1.24
--- pkgsrc/pkgtools/pkg_select/Makefile:1.23    Sat May  7 10:08:30 2016
+++ pkgsrc/pkgtools/pkg_select/Makefile Tue Jan  3 18:45:15 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2016/05/07 10:08:30 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2017/01/03 18:45:15 roy Exp $
 #
 
 DISTNAME=      pkg_select-20090308
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    pkgtools
 MASTER_SITES=  ftp://ftp.NetBSD.org/pub/NetBSD/misc/imil/
 
@@ -49,5 +49,5 @@ do-install:
        ${INSTALL_MAN} ${WRKSRC}/pkg_select.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