Received: by mail.netbsd.org (Postfix, from userid 605) id 6883B84D51; Mon, 7 Aug 2017 07:56:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F0FE484D4E for ; Mon, 7 Aug 2017 07:56: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 qmrf4PYbSa7j for ; Mon, 7 Aug 2017 07:56:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5FB3684D21 for ; Mon, 7 Aug 2017 07:56:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5B538FACE; Mon, 7 Aug 2017 07:56:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150209261870850" MIME-Version: 1.0 Date: Mon, 7 Aug 2017 07:56:58 +0000 From: "Johnny C. Lam" Subject: CVS commit: pkgsrc/chat/gale To: pkgsrc-changes@NetBSD.org Reply-To: jlam@netbsd.org X-Mailer: log_accum Message-Id: <20170807075658.5B538FACE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_150209261870850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jlam Date: Mon Aug 7 07:56:58 UTC 2017 Modified Files: pkgsrc/chat/gale: Makefile Log Message: Unconditionally set PKG_SYSCONFSUBDIR in the package Makefile. PKG_SYSCONFSUBDIR is a package-settable Makefile variable and should not be overridden through /etc/mk.conf. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/chat/gale/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150209261870850 Content-Disposition: inline Content-Length: 710 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/gale/Makefile diff -u pkgsrc/chat/gale/Makefile:1.53 pkgsrc/chat/gale/Makefile:1.54 --- pkgsrc/chat/gale/Makefile:1.53 Mon Aug 7 07:54:38 2017 +++ pkgsrc/chat/gale/Makefile Mon Aug 7 07:56:58 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2017/08/07 07:54:38 jlam Exp $ +# $NetBSD: Makefile,v 1.54 2017/08/07 07:56:58 jlam Exp $ DISTNAME= gale-0.99fruit PKGNAME= gale-0.99f @@ -23,7 +23,7 @@ CPPFLAGS+= -I${BUILDLINK_PREFIX.rsaref} CPPFLAGS+= -I${BUILDLINK_PREFIX.libwww}/include/w3c-libwww CPPFLAGS+= -I${BUILDLINK_PREFIX.tcl}/include/tcl -PKG_SYSCONFSUBDIR?= gale +PKG_SYSCONFSUBDIR= gale EGDIR= ${PREFIX}/share/examples/${PKGBASE} PKG_GROUPS= gale --_----------=_150209261870850--