Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 78ACE7A2EC for ; Thu, 1 Dec 2016 18:34:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E67DF85602; Thu, 1 Dec 2016 18:34:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 780C6855EA for ; Thu, 1 Dec 2016 18:34:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id X15wiu-Kf0ip for ; Thu, 1 Dec 2016 18:34:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DD9AB84D04 for ; Thu, 1 Dec 2016 18:34:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D888DFBA6; Thu, 1 Dec 2016 18:34:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1480617297269480" MIME-Version: 1.0 Date: Thu, 1 Dec 2016 18:34:57 +0000 From: "Niclas Rosenvik" Subject: CVS commit: pkgsrc/mail/clamsmtp To: pkgsrc-changes@NetBSD.org Reply-To: nros@netbsd.org X-Mailer: log_accum Message-Id: <20161201183457.D888DFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1480617297269480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nros Date: Thu Dec 1 18:34:57 UTC 2016 Modified Files: pkgsrc/mail/clamsmtp: Makefile Log Message: Make clamsmtp work when PKG_SYSCONFDIR is not PREFIX/etc To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/mail/clamsmtp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1480617297269480 Content-Disposition: inline Content-Length: 733 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/clamsmtp/Makefile diff -u pkgsrc/mail/clamsmtp/Makefile:1.45 pkgsrc/mail/clamsmtp/Makefile:1.46 --- pkgsrc/mail/clamsmtp/Makefile:1.45 Thu Oct 9 14:06:38 2014 +++ pkgsrc/mail/clamsmtp/Makefile Thu Dec 1 18:34:57 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2014/10/09 14:06:38 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2016/12/01 18:34:57 nros Exp $ DISTNAME= clamsmtp-1.10 #PKGREVISION= 1 @@ -27,6 +27,8 @@ INSTALLATION_DIRS= share/examples/${PKGB PKG_USERS_VARS= CLAMAV_USER +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} + post-install: ${INSTALL_DATA} ${WRKSRC}/doc/clamsmtpd.conf ${DESTDIR}${EGDIR} ${INSTALL_SCRIPT} ${WRKSRC}/scripts/virus_action.sh ${DESTDIR}${EGDIR} --_----------=_1480617297269480--