pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/joe



Module Name:    pkgsrc
Committed By:   abs
Date:           Fri Aug 19 22:13:19 UTC 2022

Modified Files:
        pkgsrc/editors/joe: Makefile

Log Message:
Add desktopdb.mk depends for .desktop files

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/editors/joe/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/joe/Makefile
diff -u pkgsrc/editors/joe/Makefile:1.41 pkgsrc/editors/joe/Makefile:1.42
--- pkgsrc/editors/joe/Makefile:1.41    Sun Jan 26 05:26:24 2020
+++ pkgsrc/editors/joe/Makefile Fri Aug 19 22:13:19 2022
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2020/01/26 05:26:24 rillig Exp $
+# $NetBSD: Makefile,v 1.42 2022/08/19 22:13:19 abs Exp $
 
 DISTNAME=      joe-4.6
+PKGREVISION=   1
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=joe-editor/}
 
@@ -25,4 +26,5 @@ CONF_FILES+=  ${EGDIR}/jstarrc ${PKG_SYSC
 CONF_FILES+=   ${EGDIR}/rjoerc ${PKG_SYSCONFDIR}/rjoerc
 
 .include "../../mk/termcap.buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index