pkgsrc/mail/mailman/patches/patch-ab
bouyer 3ba2b249e1 Initial import of mailman package (posted to tech-pkg on Aug, 01)
Maiman is a e-mail list manager. It includes a web interface for
management from a user (subscribe/unsuscribe) and administrator point
of view, as well as the traditionnal command-though-emails management.
It also offers web-browsable mailing-list archives.
2002-08-23 15:28:17 +00:00

46 lines
1.1 KiB
Text

$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; \