summaryrefslogtreecommitdiff
path: root/mail/mailman/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mailman/patches/patch-ab')
-rw-r--r--mail/mailman/patches/patch-ab46
1 files changed, 46 insertions, 0 deletions
diff --git a/mail/mailman/patches/patch-ab b/mail/mailman/patches/patch-ab
new file mode 100644
index 00000000000..dad0f895c34
--- /dev/null
+++ b/mail/mailman/patches/patch-ab
@@ -0,0 +1,46 @@
+$NetBSD: patch-ab,v 1.1.1.1 2002/08/23 15:28:17 bouyer Exp $
+
+--- Makefile.in.orig Fri Sep 22 10:06:19 2000
++++ Makefile.in Thu Jul 25 17:06:34 2002
+@@ -49,7 +49,7 @@
+ bin templates scripts cron \
+ Mailman Mailman/Cgi Mailman/Logging Mailman/Archiver \
+ Mailman/Handlers Mailman/Bouncers Mailman/pythonlib \
+- icons
++ icons support
+ ARCH_DEP_DIRS= cgi-bin mail
+
+ # Directories make should decend into
+@@ -63,7 +63,7 @@
+ EXEMODE= 755
+ FILEMODE= 644
+ INSTALL_PROGRAM=$(INSTALL) -m $(EXEMODE)
+-DIRSETGID= chmod g+s
++DIRSETGID= true
+
+
+ # Rules
+@@ -76,22 +76,9 @@
+ (cd $$d; $(MAKE)); \
+ done
+
+-install: doinstall update
++install: doinstall
+
+ doinstall: $(SUBDIRS)
+- @echo "Creating architecture independent directories..."
+- @for d in $(VAR_DIRS); \
+- do \
+- dir=$(var_prefix)/$$d; \
+- if test ! -d $$dir; then \
+- echo "Creating directory hierarchy $$dir"; \
+- ./mkinstalldirs $$dir; \
+- chmod $(DIRMODE) $$dir; \
+- $(DIRSETGID) $$dir; \
+- else true; \
+- fi; \
+- done
+- chmod o-r $(var_prefix)/archives/private
+ @for d in $(ARCH_INDEP_DIRS); \
+ do \
+ dir=$(prefix)/$$d; \