summaryrefslogtreecommitdiff
path: root/net/vnc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/vnc/Makefile')
-rw-r--r--net/vnc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile
index 596fc244e928..2997435cb8bd 100644
--- a/net/vnc/Makefile
+++ b/net/vnc/Makefile
@@ -74,7 +74,7 @@ PLIST_SUB+= SERVER="@comment "
post-extract:
.if ${PORT_OPTIONS:MSERVER}
@cd ${WRKSRC} && ${TAR} -cf - -C ${WRKDIR} xc | ${TAR} -xf - && \
- ${RM} -rf ${WRKDIR}/xc
+ ${RM} -r ${WRKDIR}/xc
.endif
post-patch: