diff options
Diffstat (limited to 'www/cmsmadesimple/Makefile')
-rw-r--r-- | www/cmsmadesimple/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cmsmadesimple/Makefile b/www/cmsmadesimple/Makefile index 3c2c5d1fb452..f0af9d321b83 100644 --- a/www/cmsmadesimple/Makefile +++ b/www/cmsmadesimple/Makefile @@ -26,7 +26,7 @@ WRITABLE_DIRS= tmp tmp/templates_c tmp/cache \ uploads uploads/images modules post-extract: - cd ${WRKSRC} && ${RM} -f config.php + cd ${WRKSRC} && ${RM} config.php do-install: .for i in ${CMS_DIRS} |