pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/frotz



Module Name:    pkgsrc
Committed By:   roy
Date:           Tue Jan  3 21:30:38 UTC 2017

Modified Files:
        pkgsrc/games/frotz: Makefile

Log Message:
Move to the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/games/frotz/Makefile

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

Modified files:

Index: pkgsrc/games/frotz/Makefile
diff -u pkgsrc/games/frotz/Makefile:1.30 pkgsrc/games/frotz/Makefile:1.31
--- pkgsrc/games/frotz/Makefile:1.30    Tue Sep  8 11:57:49 2015
+++ pkgsrc/games/frotz/Makefile Tue Jan  3 21:30:38 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2015/09/08 11:57:49 jperkin Exp $
+# $NetBSD: Makefile,v 1.31 2017/01/03 21:30:38 roy Exp $
 
 DISTNAME=      frotz-2.43
 PKGREVISION=   5
@@ -34,6 +34,6 @@ do-install:
        cd ${WRKSRC} && ${INSTALL_DATA} README INSTALL HOW_TO_PLAY \
                ${DESTDIR}${DOCDIR}
 
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/oss.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index