pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/anacron



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Apr 26 13:51:52 UTC 2020

Modified Files:
        pkgsrc/time/anacron: Makefile

Log Message:
time/anacron: allow no-op SUBST block


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/time/anacron/Makefile

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

Modified files:

Index: pkgsrc/time/anacron/Makefile
diff -u pkgsrc/time/anacron/Makefile:1.17 pkgsrc/time/anacron/Makefile:1.18
--- pkgsrc/time/anacron/Makefile:1.17   Fri Mar 20 11:58:30 2020
+++ pkgsrc/time/anacron/Makefile        Sun Apr 26 13:51:52 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/03/20 11:58:30 nia Exp $
+# $NetBSD: Makefile,v 1.18 2020/04/26 13:51:52 rillig Exp $
 #
 
 DISTNAME=      anacron-2.3
@@ -24,6 +24,7 @@ SUBST_SED.hdr=                -e 's|SENDMAIL ".*"|SEND
 .else
 SUBST_SED.hdr=         -e 's|SENDMAIL ".*"|SENDMAIL "/usr/lib/sendmail"|'
 .endif
+SUBST_NOOP_OK.hdr=     yes # may already be /usr/sbin/sendmail
 
 SUBST_CLASSES+=                man
 SUBST_MESSAGE.man=     Setting up manpages.



Home | Main Index | Thread Index | Old Index