diff options
Diffstat (limited to 'graphics/raster3d/Makefile')
-rw-r--r-- | graphics/raster3d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/raster3d/Makefile b/graphics/raster3d/Makefile index 91277314d173..c0b2229aed09 100644 --- a/graphics/raster3d/Makefile +++ b/graphics/raster3d/Makefile @@ -60,7 +60,7 @@ do-install: .if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) - ${RM} -rf ${STAGEDIR}${EXAMPLESDIR}/msms/CVS + ${RM} -r ${STAGEDIR}${EXAMPLESDIR}/msms/CVS .endif .include <bsd.port.mk> |