diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/tkinspect/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/tkinspect/Makefile b/devel/tkinspect/Makefile index 06ad227e5ca6..703f628863d8 100644 --- a/devel/tkinspect/Makefile +++ b/devel/tkinspect/Makefile @@ -32,6 +32,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/stl-lite/* \ ${STAGEDIR}${PREFIX}/lib/tkinspect/stl-lite (cd ${STAGEDIR}${PREFIX}/lib/tkinspect && \ - ${RM} README dot.tkinspect_init install.tcl sls.xbm stl-lite/COPYRIGHT tkinspect.tcl) + ${RM} -f README dot.tkinspect_init install.tcl sls.xbm stl-lite/COPYRIGHT tkinspect.tcl) .include <bsd.port.mk> |