pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/reed



Module Name:    pkgsrc
Committed By:   roy
Date:           Wed Jan  4 22:10:13 UTC 2017

Modified Files:
        pkgsrc/misc/reed: Makefile

Log Message:
Use the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/misc/reed/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/reed/Makefile
diff -u pkgsrc/misc/reed/Makefile:1.31 pkgsrc/misc/reed/Makefile:1.32
--- pkgsrc/misc/reed/Makefile:1.31      Sat Jul  9 06:38:37 2016
+++ pkgsrc/misc/reed/Makefile   Wed Jan  4 22:10:13 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2016/07/09 06:38:37 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2017/01/04 22:10:13 roy Exp $
 
 DISTNAME=      reed-5.4
 PKGREVISION=   9
@@ -35,5 +35,5 @@ do-install:
        ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/reed
        ${INSTALL_DATA} ${WRKSRC}/help ${DESTDIR}${PREFIX}/share/reed/
 
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index