pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ncftp3



Module Name:    pkgsrc
Committed By:   roy
Date:           Wed Jan  4 20:01:39 UTC 2017

Modified Files:
        pkgsrc/net/ncftp3: Makefile

Log Message:
Use the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/ncftp3/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/ncftp3/Makefile
diff -u pkgsrc/net/ncftp3/Makefile:1.27 pkgsrc/net/ncftp3/Makefile:1.28
--- pkgsrc/net/ncftp3/Makefile:1.27     Tue Aug 18 07:31:15 2015
+++ pkgsrc/net/ncftp3/Makefile  Wed Jan  4 20:01:39 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2015/08/18 07:31:15 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2017/01/04 20:01:39 roy Exp $
 
 DISTNAME=      ncftp-3.2.5-src
 PKGNAME=       ${DISTNAME:S/ncftp/ncftp3/:S/-src//}
@@ -21,5 +21,5 @@ post-patch:
        ${SED} -e "s:/etc/ncftp.firewall:${PREFIX}/etc/ncftp.firewall:" \
                < ${WRKSRC}/ncftp/pref.h.in > ${WRKSRC}/ncftp/pref.h
 
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index