diff options
Diffstat (limited to 'math/qtiplot-doc/Makefile')
-rw-r--r-- | math/qtiplot-doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/qtiplot-doc/Makefile b/math/qtiplot-doc/Makefile index d92dd1b12839..37ec91acddcf 100644 --- a/math/qtiplot-doc/Makefile +++ b/math/qtiplot-doc/Makefile @@ -25,7 +25,7 @@ post-patch: do-install: ${MKDIR} ${STAGEDIR}${DATADIR} - ${RM} -rf ${WRKSRC}/html/pics-it + ${RM} -r ${WRKSRC}/html/pics-it cd ${WRKSRC}/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} .include <bsd.port.mk> |