diff options
Diffstat (limited to 'www/tclwebtest/Makefile')
-rw-r--r-- | www/tclwebtest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/tclwebtest/Makefile b/www/tclwebtest/Makefile index 7694605f36dc..39e59130c670 100644 --- a/www/tclwebtest/Makefile +++ b/www/tclwebtest/Makefile @@ -22,7 +22,7 @@ PLIST_SUB+= LIBDIR="${LIBDIR}" OPTIONS_DEFINE= DOCS post-extract: - @${FIND} ${WRKSRC} -name CVS | ${XARGS} ${RM} -rf + @${FIND} ${WRKSRC} -name CVS | ${XARGS} ${RM} -r @${SED} -i "" -e "s| tclsh | ${LOCALBASE}/bin/tclsh |g" ${WRKSRC}/tclwebtest do-install: |