pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/monit



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Oct 31 11:45:13 UTC 2024

Modified Files:
        pkgsrc/sysutils/monit: Makefile PLIST

Log Message:
monit: Install documentation under share/doc

Most packages uses share/doc (without any trailing "s"), be
consistent.

PKGREVISION++


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/sysutils/monit/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/monit/PLIST

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

Modified files:

Index: pkgsrc/sysutils/monit/Makefile
diff -u pkgsrc/sysutils/monit/Makefile:1.24 pkgsrc/sysutils/monit/Makefile:1.25
--- pkgsrc/sysutils/monit/Makefile:1.24 Tue Oct 24 22:11:10 2023
+++ pkgsrc/sysutils/monit/Makefile      Thu Oct 31 11:45:13 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2023/10/24 22:11:10 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2024/10/31 11:45:13 leot Exp $
 
 DISTNAME=              monit-5.33.0
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            sysutils
 MASTER_SITES=          https://mmonit.com/monit/dist/
 
@@ -40,7 +40,7 @@ CONF_FILES_MODE=      0600
 
 OWN_DIRS+=             ${PKG_SYSCONFDIR}/monit.d
 
-DOC_SUBDIR=            share/docs/monit
+DOC_SUBDIR=            share/doc/monit
 DOCDIR=                        ${PREFIX}/${DOC_SUBDIR}
 EG_SUBDIR=             share/examples/monit
 EGDIR=                 ${PREFIX}/${EG_SUBDIR}

Index: pkgsrc/sysutils/monit/PLIST
diff -u pkgsrc/sysutils/monit/PLIST:1.8 pkgsrc/sysutils/monit/PLIST:1.9
--- pkgsrc/sysutils/monit/PLIST:1.8     Sat Dec 31 12:49:05 2022
+++ pkgsrc/sysutils/monit/PLIST Thu Oct 31 11:45:13 2024
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.8 2022/12/31 12:49:05 leot Exp $
+@comment $NetBSD: PLIST,v 1.9 2024/10/31 11:45:13 leot Exp $
 bin/monit
 man/man1/monit.1
-share/docs/monit/CHANGES
-share/docs/monit/COPYING
+share/doc/monit/CHANGES
+share/doc/monit/COPYING
 share/examples/monit/monitrc.sample



Home | Main Index | Thread Index | Old Index