pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ncurses
Module Name: pkgsrc
Committed By: wiz
Date: Fri Mar 6 08:30:19 UTC 2020
Modified Files:
pkgsrc/devel/ncurses: Makefile
Log Message:
ncurses: use rm -f
To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/devel/ncurses/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ncurses/Makefile
diff -u pkgsrc/devel/ncurses/Makefile:1.106 pkgsrc/devel/ncurses/Makefile:1.107
--- pkgsrc/devel/ncurses/Makefile:1.106 Thu Mar 5 12:52:32 2020
+++ pkgsrc/devel/ncurses/Makefile Fri Mar 6 08:30:19 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.106 2020/03/05 12:52:32 wiz Exp $
+# $NetBSD: Makefile,v 1.107 2020/03/06 08:30:19 wiz Exp $
.include "Makefile.common"
@@ -22,6 +22,6 @@ post-install:
${DESTDIR}${PREFIX}/share/examples/ncurses++demo.cc
${FIND} ${DESTDIR}${PREFIX}/${TERMINFODIR} -type f -print | ${SORT} | \
${SED} -e "s,^${DESTDIR}${PREFIX}/,," >${WRKDIR}/PLIST.terminfo
- ${RM} ${DESTDIR}${PREFIX}/lib/terminfo
+ ${RM} -f ${DESTDIR}${PREFIX}/lib/terminfo
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index