pkgsrc/mail/sqwebmail/patches/patch-aa
jlam 056c8252b5 Update mail/sqwebmail to 5.0.7. Changes from version 5.0.6 include:
* Update attribute count, after purging invalid html syntax/
	* Fix some HTML display bugs
	* When using GPG, sign the entire message in its entirety, instead
	  of signing each MIME part separately.  Some E-mail clients cannot
	  handle individually-signed multipart/alternative content.
	* Fix HTML templates (remove 8bit content inserted by Amaya).
	* Wiki-style composition of HTML messages.

Also, the "fam" option is noted to be supported here now, although
the logic to handle it is still in mail/courier-maildir/Makefile.common.
2006-01-03 05:59:12 +00:00

30 lines
915 B
Text

$NetBSD: patch-aa,v 1.7 2006/01/03 05:59:12 jlam Exp $
--- Makefile.in.orig 2005-12-25 17:02:47.000000000 -0500
+++ Makefile.in
@@ -237,19 +237,18 @@ EXTRA_DIST = INSTALL.html README NEWS RE
pgpkeys.txt
scriptbindir = $(sbindir)
-scriptbin_SCRIPTS = \
- sharedindexinstall sharedindexsplit
+scriptbin_SCRIPTS = sqwebmaild.rc
-pkglibPROGRAMS = maildirmake deliverquota reformime makemime pcpd
-pkglibexecdir = $(libexecdir)/sqwebmail
-libexec_SCRIPTS = sqwebmaild.rc
+pkglibPROGRAMS = pcpd
+pkglibexecdir = $(libexecdir)/courier
+libexec_SCRIPTS =
CLEANFILES = $(pkgman1_DATA) $(pkgman8_DATA) $(sysconf_DATA) \
sharedindexinstall sharedindexsplit
pkgman8dir = @mandir@/man8
-pkgman8_DATA = deliverquota.8
+pkgman8_DATA =
pkgman1dir = @mandir@/man1
-pkgman1_DATA = maildirmake.1
+pkgman1_DATA =
@HAVE_HTMLPAGES_TRUE@NEWS_SOURCE = html/main.html
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive