head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2025.11.23.16.29.45; author christos; state Exp; branches; next ; commitid b2fB5S0kHVHlgHjG; desc @@ 1.1 log @Add a new mailman2 package maintained upstream by Jared Mauch @ text @$NetBSD: patch-ai,v 1.5 2011/04/07 15:45:37 hauke Exp $ Install the sample crontab under share/examples/mailman, not into a binaries directory. --- cron/Makefile.in.orig 2025-11-23 11:01:33.000000000 -0500 +++ cron/Makefile.in 2025-11-23 11:13:47.797865107 -0500 @@@@ -59,10 +59,6 @@@@ all: $(PROGRAMS:%=$(BUILDDIR)/%) install: all - for f in $(FILES); \ - do \ - $(INSTALL) -m $(FILEMODE) $$f $(DESTDIR)$(CRONDIR); \ - done for f in $(PROGRAMS); \ do \ $(INSTALL) -m $(EXEMODE) $(BUILDDIR)/$$f $(DESTDIR)$(CRONDIR); \ @