diff options
Diffstat (limited to 'devel/lasi/Makefile')
-rw-r--r-- | devel/lasi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/lasi/Makefile b/devel/lasi/Makefile index adfecab25180..ecfc5b1d9618 100644 --- a/devel/lasi/Makefile +++ b/devel/lasi/Makefile @@ -53,7 +53,7 @@ post-install: @${RMDIR} ${STAGEDIR}${DATADIR}/examples .endif .if ! ${PORT_OPTIONS:MDOCS} && ! ${PORT_OPTIONS:MEXAMPLES} - @${RM} -rf ${STAGEDIR}${DATADIR}/* + @${RM} -r ${STAGEDIR}${DATADIR}/* .endif @${TEST} -d ${STAGEDIR}${DATADIR} && \ ${RMDIR} ${STAGEDIR}${DATADIR} || ${TRUE} |