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 211B27A140 for ; Mon, 29 Aug 2016 15:50:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C3E2285E11; Mon, 29 Aug 2016 15:50:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5570F84CFD for ; Mon, 29 Aug 2016 15:50:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id gZ3CcVCuZagi for ; Mon, 29 Aug 2016 15:50:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B8BD184CF5 for ; Mon, 29 Aug 2016 15:50:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B3FA1FBC3; Mon, 29 Aug 2016 15:50:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_14724858067560" MIME-Version: 1.0 Date: Mon, 29 Aug 2016 15:50:06 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-logilab-common To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160829155006.B3FA1FBC3@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. --_----------=_14724858067560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Aug 29 15:50:06 UTC 2016 Modified Files: pkgsrc/devel/py-logilab-common: Makefile Log Message: Remove unnecessary PLIST_SUBST. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-logilab-common/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_14724858067560 Content-Disposition: inline Content-Length: 749 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-logilab-common/Makefile diff -u pkgsrc/devel/py-logilab-common/Makefile:1.14 pkgsrc/devel/py-logilab-common/Makefile:1.15 --- pkgsrc/devel/py-logilab-common/Makefile:1.14 Mon Aug 29 15:44:26 2016 +++ pkgsrc/devel/py-logilab-common/Makefile Mon Aug 29 15:50:06 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2016/08/29 15:44:26 darcy Exp $ +# $NetBSD: Makefile,v 1.15 2016/08/29 15:50:06 wiz Exp $ DISTNAME= logilab-common-1.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -18,8 +18,6 @@ DEPENDS+= ${PYPKGPREFIX}-six>=1.4.0:../. DEPENDS+= ${PYPKGPREFIX}-colorama-[0-9]*:../../comms/py-colorama .endif -PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} - INSTALLATION_DIRS= ${PKGMANDIR}/man1 post-extract: --_----------=_14724858067560--