diff options
Diffstat (limited to 'devel/tcllibc/Makefile')
-rw-r--r-- | devel/tcllibc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/tcllibc/Makefile b/devel/tcllibc/Makefile index c1f684892af4..1a4e331dcac5 100644 --- a/devel/tcllibc/Makefile +++ b/devel/tcllibc/Makefile @@ -18,7 +18,7 @@ post-patch: cd ${WRKSRC}/modules/json/c && ${YACC} -b json json.y do-install: - ${RM} -f ${WRKSRC}/modules/tcllibc/license.terms + ${RM} ${WRKSRC}/modules/tcllibc/license.terms ${MKDIR} ${STAGEDIR}${PREFIX}/lib/tcllib ${MV} ${WRKSRC}/modules/tcllibc ${STAGEDIR}${PREFIX}/lib/tcllib/ ${SED} -e s,%%PLATFORM%%,`${LOCALBASE}/bin/critcl -show | ${SED} -n 's| *platform *||p'`,\ |