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 578A87A293 for ; Sun, 9 Oct 2016 20:39:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0DC3585E6E; Sun, 9 Oct 2016 20:39:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 933C085E59 for ; Sun, 9 Oct 2016 20:39:30 +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 K0cQqm0RRYRt for ; Sun, 9 Oct 2016 20:39:30 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id F26A884CEF for ; Sun, 9 Oct 2016 20:39:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ECF39FBD2; Sun, 9 Oct 2016 20:39:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1476045569161160" MIME-Version: 1.0 Date: Sun, 9 Oct 2016 20:39:29 +0000 From: "David A. Holland" Subject: CVS commit: pkgsrc/x11/xephem To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org X-Mailer: log_accum Message-Id: <20161009203929.ECF39FBD2@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. --_----------=_1476045569161160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: dholland Date: Sun Oct 9 20:39:29 UTC 2016 Modified Files: pkgsrc/x11/xephem: Makefile Log Message: PR 51546 Simon Burge: use rm -f where appropriate To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 pkgsrc/x11/xephem/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1476045569161160 Content-Disposition: inline Content-Length: 829 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xephem/Makefile diff -u pkgsrc/x11/xephem/Makefile:1.63 pkgsrc/x11/xephem/Makefile:1.64 --- pkgsrc/x11/xephem/Makefile:1.63 Sat Jul 9 06:39:18 2016 +++ pkgsrc/x11/xephem/Makefile Sun Oct 9 20:39:29 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2016/07/09 06:39:18 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2016/10/09 20:39:29 dholland Exp $ DISTNAME= xephem-3.7.7 PKGREVISION= 1 @@ -55,7 +55,7 @@ do-install: ${INSTALL_DATA} ${WRKDIR}/XEphem ${DESTDIR}${PREFIX}/lib/X11/app-defaults cd ${WRKSRC}; ${CP} -R auxil catalogs fifos fits gallery help lo \ ${DESTDIR}${PREFIX}/share/xephem - rm ${DESTDIR}${PREFIX}/share/xephem/*/._* + ${RM} -f ${DESTDIR}${PREFIX}/share/xephem/*/._* ${CHOWN} -R ${SHAREOWN} ${DESTDIR}${PREFIX}/share/xephem .include "../../x11/libX11/buildlink3.mk" --_----------=_1476045569161160--