diff options
Diffstat (limited to 'graphics/py-graphy/Makefile')
-rw-r--r-- | graphics/py-graphy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-graphy/Makefile b/graphics/py-graphy/Makefile index ad08dd14ee42..c2c0f4d85e21 100644 --- a/graphics/py-graphy/Makefile +++ b/graphics/py-graphy/Makefile @@ -30,7 +30,7 @@ post-patch: ${WRKSRC}/examples/*.py \ ${WRKSRC}/${PORTNAME}/*.py @${FIND} ${WRKSRC} -name '.svn' -or -name '*.bak' | \ - ${XARGS} ${RM} -rf + ${XARGS} ${RM} -r do-install: @${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME} |