diff options
Diffstat (limited to 'textproc/tclExpat/Makefile')
-rw-r--r-- | textproc/tclExpat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/tclExpat/Makefile b/textproc/tclExpat/Makefile index 820244e93214..23ad3d7ca125 100644 --- a/textproc/tclExpat/Makefile +++ b/textproc/tclExpat/Makefile @@ -24,7 +24,7 @@ OPTIONS_DEFINE= DOCS # Remove the old version of expat bundled with the package: post-extract: - ${RM} -rf ${WRKSRC}/expat + ${RM} -r ${WRKSRC}/expat post-build test: ${LN} -sf libtclexpat.so ${WRKSRC}/tclexpat.so |