pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2016Q3]: pkgsrc/x11/xephem Pullup ticket #5130 - requested by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e8335dd1270
branches:  pkgsrc-2016Q3
changeset: 408783:0e8335dd1270
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Oct 15 18:11:13 2016 +0000

description:
Pullup ticket #5130 - requested by dholland
x11/xephem: build fix

Revisions pulled up:
- x11/xephem/Makefile                                           1.64

---
   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

diffstat:

 x11/xephem/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6cbdc1719e51 -r 0e8335dd1270 x11/xephem/Makefile
--- a/x11/xephem/Makefile       Sat Oct 15 18:06:08 2016 +0000
+++ b/x11/xephem/Makefile       Sat Oct 15 18:11:13 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2016/07/09 06:39:18 wiz Exp $
+# $NetBSD: Makefile,v 1.63.2.1 2016/10/15 18:11:13 bsiegert Exp $
 
 DISTNAME=      xephem-3.7.7
 PKGREVISION=   1
@@ -55,7 +55,7 @@
        ${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"



Home | Main Index | Thread Index | Old Index