Received: by mail.netbsd.org (Postfix, from userid 605) id 0A75B84F48; Thu, 16 Sep 2021 20:46:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3601084F47 for ; Thu, 16 Sep 2021 20:46:36 +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 pExWUzKZ3yRG for ; Thu, 16 Sep 2021 20:46:35 +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 8914C84EAA for ; Thu, 16 Sep 2021 20:46:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 80760FA97; Thu, 16 Sep 2021 20:46:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163182519541540" MIME-Version: 1.0 Date: Thu, 16 Sep 2021 20:46:35 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/www/firefox91 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210916204635.80760FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163182519541540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Sep 16 20:46:35 UTC 2021 Modified Files: pkgsrc/www/firefox91: Makefile Log Message: firefox91: we no longer install to share/pixmaps To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/firefox91/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163182519541540 Content-Disposition: inline Content-Length: 775 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox91/Makefile diff -u pkgsrc/www/firefox91/Makefile:1.4 pkgsrc/www/firefox91/Makefile:1.5 --- pkgsrc/www/firefox91/Makefile:1.4 Thu Sep 16 20:45:38 2021 +++ pkgsrc/www/firefox91/Makefile Thu Sep 16 20:46:35 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2021/09/16 20:45:38 nia Exp $ +# $NetBSD: Makefile,v 1.5 2021/09/16 20:46:35 nia Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 91.1 @@ -153,7 +153,8 @@ post-build: < ${FILESDIR}/desktop.in \ > ${WRKDIR}/desktop -INSTALLATION_DIRS+= share/applications share/pixmaps +INSTALLATION_DIRS+= share/applications + post-install: ${ECHO} '#! /bin/sh' > ${DESTDIR}${PREFIX}/bin/${MOZILLA} ${ECHO} '${PREFIX}/lib/${MOZILLA}/${MOZILLA} "$$@"' >> \ --_----------=_163182519541540--