head 1.1; access; symbols pkgsrc-2026Q2:1.1.0.6 pkgsrc-2026Q2-base:1.1 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-ab,v 1.2 2003/12/23 11:02:13 xtraeme Exp $ --- Makefile.in.orig Mon Sep 15 14:36:04 2003 +++ Makefile.in @@@@ -65,7 +65,7 @@@@ DIRMODE= 775 EXEMODE= 755 FILEMODE= 644 INSTALL_PROGRAM=$(INSTALL) -m $(EXEMODE) -DIRSETGID= chmod g+s +DIRSETGID= : DATE = $(shell python -c 'import time; print time.strftime("%d-%b-%Y"),') LANGPACK = README-I18N.en templates messages @@@@ -81,22 +81,10 @@@@ subdirs: $(SUBDIRS) (cd $$d; $(MAKE)); \ done -install: doinstall update +install: doinstall doinstall: $(SUBDIRS) @@echo "Creating architecture independent directories..." - @@for d in $(VAR_DIRS); \ - do \ - dir=$(DESTDIR)$(var_prefix)/$$d; \ - if test ! -d $$dir; then \ - echo "Creating directory hierarchy $$dir"; \ - $(srcdir)/mkinstalldirs $$dir; \ - chmod $(DIRMODE) $$dir; \ - $(DIRSETGID) $$dir; \ - else true; \ - fi; \ - done - chmod o-r $(DESTDIR)$(var_prefix)/archives/private @@for d in $(ARCH_INDEP_DIRS); \ do \ dir=$(DESTDIR)$(prefix)/$$d; \ @