Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/sqwebmail sqwebmail: expects mime.types in SYSCON...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e586bad3d3fa
branches:  trunk
changeset: 433958:e586bad3d3fa
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jun 09 10:41:20 2020 +0000

description:
sqwebmail: expects mime.types in SYSCONFDIR

diffstat:

 mail/sqwebmail/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 1607c134b889 -r e586bad3d3fa mail/sqwebmail/Makefile
--- a/mail/sqwebmail/Makefile   Tue Jun 09 10:36:43 2020 +0000
+++ b/mail/sqwebmail/Makefile   Tue Jun 09 10:41:20 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2020/01/26 17:31:37 rillig Exp $
+# $NetBSD: Makefile,v 1.83 2020/06/09 10:41:20 nia Exp $
 
 DISTNAME=      sqwebmail-5.5.3
 PKGREVISION=   9
@@ -12,6 +12,7 @@
 
 DEPENDS+=      courier-maildir>=${COURIER_VERSION}:../../mail/courier-maildir
 DEPENDS+=      maildrop>=2.5.0:../../mail/maildrop
+DEPENDS+=      mime-types-[0-9]*:../../misc/mime-types
 
 USE_TOOLS+=            env gmake gzip:run perl:run
 USE_LANGUAGES=         c c++
@@ -45,7 +46,7 @@
 MESSAGE_SUBST+=                IMAGEURL=${SQWEBMAIL_IMAGEURL}
 
 SENDMAIL?=             /usr/sbin/sendmail
-MIME_TYPES=            ${PKG_SYSCONFDIR}/mime.types:${PKG_SYSCONFBASEDIR}/httpd/mime.types:${PREFIX}/etc/mime.types:/etc/mime.types
+MIME_TYPES=            ${PKG_SYSCONFDIR}/mime.types
 
 # This is used by the sqwebmail configure script to set the location of
 # the sqwebmaild socket file and lockfile.



Home | Main Index | Thread Index | Old Index