pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xephem PR 51546 Simon Burge: use rm -f where appro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a478c643a914
branches:  trunk
changeset: 353652:a478c643a914
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Oct 09 20:39:29 2016 +0000

description:
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 42be711c19fc -r a478c643a914 x11/xephem/Makefile
--- a/x11/xephem/Makefile       Sun Oct 09 20:32:12 2016 +0000
+++ b/x11/xephem/Makefile       Sun Oct 09 20:39:29 2016 +0000
@@ -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 @@
        ${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