diff options
Diffstat (limited to 'www/wt/Makefile')
-rw-r--r-- | www/wt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/wt/Makefile b/www/wt/Makefile index 83bc406133eb..a2eba0fb40be 100644 --- a/www/wt/Makefile +++ b/www/wt/Makefile @@ -220,7 +220,7 @@ CMAKE_ARGS+= -DMYSQL_PREFIX:STRING=${LOCALBASE} .endif post-stage: - @${RM} -f ${STAGEDIR}${ETCDIR}/wt_config.xml + @${RM} ${STAGEDIR}${ETCDIR}/wt_config.xml @${MKDIR} ${STAGEDIR}${ETCDIR} @${CP} -p ${BUILD_WRKSRC}/wt_config.xml \ ${STAGEDIR}${ETCDIR}/wt_config.xml.sample |