Received: by mail.netbsd.org (Postfix, from userid 605) id 224EB84FA8; Mon, 27 Apr 2020 04:12:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9F9ED84D3C for ; Mon, 27 Apr 2020 04:12:45 +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 vZx0IjXL7JWE for ; Mon, 27 Apr 2020 04:12:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 001E384CD8 for ; Mon, 27 Apr 2020 04:12:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EA5D1FB27; Mon, 27 Apr 2020 04:12:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158796076418770" MIME-Version: 1.0 Date: Mon, 27 Apr 2020 04:12:44 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/lang/erlang-doc To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20200427041244.EA5D1FB27@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. --_----------=_158796076418770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Mon Apr 27 04:12:44 UTC 2020 Modified Files: pkgsrc/lang/erlang-doc: Makefile Log Message: erlang-doc: remove now irrelevant duplicate file filtering To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/erlang-doc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158796076418770 Content-Disposition: inline Content-Length: 1111 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/erlang-doc/Makefile diff -u pkgsrc/lang/erlang-doc/Makefile:1.15 pkgsrc/lang/erlang-doc/Makefile:1.16 --- pkgsrc/lang/erlang-doc/Makefile:1.15 Wed Jul 3 07:26:36 2019 +++ pkgsrc/lang/erlang-doc/Makefile Mon Apr 27 04:12:44 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2019/07/03 07:26:36 nia Exp $ +# $NetBSD: Makefile,v 1.16 2020/04/27 04:12:44 gutteridge Exp $ DISTNAME= otp_doc_html_${DIST_VERSION_MAJOR}.${DIST_VERSION_MINOR} PKGNAME= ${DISTNAME:S/otp_doc_html_/erlang-doc-/} @@ -19,15 +19,10 @@ NO_BUILD= yes USE_TOOLS+= pax -# these files are already installed by ../../lang/erlang: -DUPLICATE_FILES= lib/cosEvent-${VERSION.cosEvent}/info -DUPLICATE_FILES+= lib/cosEventDomain-${VERSION.cosEventDomain}/info -DUPLICATE_FILES+= lib/mnesia_session-${VERSION.mnesia_session}/info - INSTALLATION_DIRS= lib/erlang do-install: - cd ${WRKDIR} && pax ${DUPLICATE_FILES:=-s,%,,} -rw doc erts-* lib ${DESTDIR}${PREFIX}/lib/erlang/ + cd ${WRKDIR} && pax -rw doc erts-* lib ${DESTDIR}${PREFIX}/lib/erlang/ .include "../../lang/erlang/Makefile.versions" --_----------=_158796076418770--