aboutsummaryrefslogtreecommitdiff
path: root/www/linux-seamonkey/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'www/linux-seamonkey/Makefile.common')
-rw-r--r--www/linux-seamonkey/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/linux-seamonkey/Makefile.common b/www/linux-seamonkey/Makefile.common
index 6bb0576de639..33f1f0d843c1 100644
--- a/www/linux-seamonkey/Makefile.common
+++ b/www/linux-seamonkey/Makefile.common
@@ -35,7 +35,7 @@ _Q= 2>/dev/null || true
.if !target(post-extract)
post-extract:
- @${RM} -rf ${WRKSRC}/updates
+ @${RM} -r ${WRKSRC}/updates
@${LN} -sf ${LOCALBASE}/lib/browser_plugins/symlinks/${APP_NAME} \
${WRKSRC}/${APP_SUBDIR}plugins
.endif