pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/procmail



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Oct 11 06:42:18 UTC 2024

Modified Files:
        pkgsrc/mail/procmail: Makefile

Log Message:
procmail: Install missing man page on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/mail/procmail/Makefile

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

Modified files:

Index: pkgsrc/mail/procmail/Makefile
diff -u pkgsrc/mail/procmail/Makefile:1.57 pkgsrc/mail/procmail/Makefile:1.58
--- pkgsrc/mail/procmail/Makefile:1.57  Wed Jul 31 22:31:50 2024
+++ pkgsrc/mail/procmail/Makefile       Fri Oct 11 06:42:18 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2024/07/31 22:31:50 vins Exp $
+# $NetBSD: Makefile,v 1.58 2024/10/11 06:42:18 nia Exp $
 
 DISTNAME=      procmail-3.24
 CATEGORIES=    mail
@@ -69,7 +69,7 @@ do-install:
                ${INSTALL_PROGRAM} $$f ${DESTDIR}${PREFIX}/bin/$$f;     \
        done;                                                           \
        ${INSTALL_SCRIPT} mailstat ${DESTDIR}${PREFIX}/bin/mailstat;    \
-       for f in procmail.1 formail.1 lockfile.1; do                    \
+       for f in procmail.1 formail.1 lockfile.1 mailstat.1; do         \
                ${INSTALL_MAN} $$f ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/$$f; \
        done;                                                           \
        for f in procmailex.5 procmailrc.5 procmailsc.5; do             \



Home | Main Index | Thread Index | Old Index