Received: by mail.netbsd.org (Postfix, from userid 605) id CA12584E5C; Thu, 14 Jul 2022 05:46:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0EF0684D67 for ; Thu, 14 Jul 2022 05:46:47 +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 2WpMK0Zj2eGG for ; Thu, 14 Jul 2022 05:46:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5D09C84D31 for ; Thu, 14 Jul 2022 05:46:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 55B63FB1A; Thu, 14 Jul 2022 05:46:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1657777606120180" MIME-Version: 1.0 Date: Thu, 14 Jul 2022 05:46:46 +0000 From: "Darrin B. Jewell" Subject: CVS commit: pkgsrc/emulators/free42 To: pkgsrc-changes@NetBSD.org Reply-To: dbj@netbsd.org X-Mailer: log_accum Message-Id: <20220714054646.55B63FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1657777606120180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: dbj Date: Thu Jul 14 05:46:46 UTC 2022 Modified Files: pkgsrc/emulators/free42: Makefile Log Message: remove redundant file install To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/emulators/free42/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1657777606120180 Content-Disposition: inline Content-Length: 846 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/free42/Makefile diff -u pkgsrc/emulators/free42/Makefile:1.24 pkgsrc/emulators/free42/Makefile:1.25 --- pkgsrc/emulators/free42/Makefile:1.24 Thu Jul 14 05:09:46 2022 +++ pkgsrc/emulators/free42/Makefile Thu Jul 14 05:46:46 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2022/07/14 05:09:46 dbj Exp $ +# $NetBSD: Makefile,v 1.25 2022/07/14 05:46:46 dbj Exp $ DISTNAME= free42-nologo-3.0.13 PKGNAME= ${DISTNAME:S/-nologo//} @@ -34,8 +34,6 @@ do-install: ${DESTDIR}/${PREFIX}/share/doc/free42/ ${INSTALL_DATA} ${WRKSRC}/gtk/README \ ${DESTDIR}/${PREFIX}/share/doc/free42/README.gtk - ${INSTALL_DATA} ${WRKSRC}/gtk/README \ - ${DESTDIR}/${PREFIX}/share/doc/free42/README.gtk ${INSTALL_DATA} ${WRKSRC}/gtk/icon-128x128.xpm \ ${DESTDIR}/${PREFIX}/share/doc/free42/free42icon-128x128.xpm --_----------=_1657777606120180--