summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordholland <dholland>2016-10-09 20:39:29 +0000
committerdholland <dholland>2016-10-09 20:39:29 +0000
commit1aba51acbf39dc6b8d6366fadc12050b41850381 (patch)
tree78e4adf566fdf572171e68118e47ce02f7ab1172 /x11
parentc61ac49231d98e7ca996991ac606a5dc8df21d92 (diff)
downloadpkgsrc-1aba51acbf39dc6b8d6366fadc12050b41850381.tar.gz
PR 51546 Simon Burge: use rm -f where appropriate
Diffstat (limited to 'x11')
-rw-r--r--x11/xephem/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xephem/Makefile b/x11/xephem/Makefile
index 7732139632f..db01e9c443d 100644
--- a/x11/xephem/Makefile
+++ b/x11/xephem/Makefile
@@ -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"