aboutsummaryrefslogtreecommitdiff
path: root/misc/mmv
diff options
context:
space:
mode:
Diffstat (limited to 'misc/mmv')
-rw-r--r--misc/mmv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mmv/Makefile b/misc/mmv/Makefile
index b11625e0bdc2..84c76c4d9c96 100644
--- a/misc/mmv/Makefile
+++ b/misc/mmv/Makefile
@@ -21,7 +21,7 @@ MAKE_FLAGS= -e
MAN1= mmv.1
post-extract:
- (cd ${WRKDIR}/${DISTNAME} ; \
+ (cd ${WRKSRC} ; \
${CAT} mmv.c.? >mmv.c ; \
${PATCH} mmv.c < mmv.patch1 ; )