pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/nano



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Mar 21 09:23:59 UTC 2024

Modified Files:
        pkgsrc/editors/nano: Makefile

Log Message:
nano: In my last changes, I accidentally removed curses.buildlink3.mk


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 pkgsrc/editors/nano/Makefile

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

Modified files:

Index: pkgsrc/editors/nano/Makefile
diff -u pkgsrc/editors/nano/Makefile:1.108 pkgsrc/editors/nano/Makefile:1.109
--- pkgsrc/editors/nano/Makefile:1.108  Fri Mar 15 17:35:50 2024
+++ pkgsrc/editors/nano/Makefile        Thu Mar 21 09:23:59 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.108 2024/03/15 17:35:50 nia Exp $
+# $NetBSD: Makefile,v 1.109 2024/03/21 09:23:59 nia Exp $
 
 DISTNAME=      nano-7.2
 PKGREVISION=   2
@@ -45,4 +45,5 @@ post-install:
        ${INSTALL_DATA} ${WRKSRC}/doc/sample.nanorc ${DESTDIR}${PREFIX}/share/examples/nano/nanorc
 
 .include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index