diff options
Diffstat (limited to 'devel/libsearpc/Makefile')
-rw-r--r-- | devel/libsearpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libsearpc/Makefile b/devel/libsearpc/Makefile index d56d91e3a89c..48c2b6356251 100644 --- a/devel/libsearpc/Makefile +++ b/devel/libsearpc/Makefile @@ -41,6 +41,6 @@ post-install: @${MKDIR} ${STAGEDIR}${SEALIB} (cd ${STAGEDIR}${PREFIX}/lib && \ ${COPYTREE_SHARE} ${PYTHON_VERSION} ${STAGEDIR}${PREFIX}/${SEALIB}) - ${RM} -rf ${STAGEDIR}${PREFIX}/lib/${PYTHON_VERSION} + ${RM} -r ${STAGEDIR}${PREFIX}/lib/${PYTHON_VERSION} .include <bsd.port.mk> |