svn commit: r346649 - head/devel/tkinspect
Juergen Lock
nox at FreeBSD.org
Sat Mar 1 16:58:53 UTC 2014
Author: nox
Date: Sat Mar 1 16:58:52 2014
New Revision: 346649
URL: http://svnweb.freebsd.org/changeset/ports/346649
QAT: https://qat.redports.org/buildarchive/r346649/
Log:
Fix make package as user.
Modified:
head/devel/tkinspect/Makefile
Modified: head/devel/tkinspect/Makefile
==============================================================================
--- head/devel/tkinspect/Makefile Sat Mar 1 16:56:49 2014 (r346648)
+++ head/devel/tkinspect/Makefile Sat Mar 1 16:58:52 2014 (r346649)
@@ -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>
More information about the svn-ports-all
mailing list