aboutsummaryrefslogtreecommitdiff
path: root/x11/xnodecor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xnodecor/Makefile')
-rw-r--r--x11/xnodecor/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xnodecor/Makefile b/x11/xnodecor/Makefile
index d387317d2310..1c1571a50fca 100644
--- a/x11/xnodecor/Makefile
+++ b/x11/xnodecor/Makefile
@@ -16,8 +16,8 @@ USE_XORG= x11
PLIST_FILES= bin/xnodecor
do-extract:
- @${MKDIR} ${WRKDIR}
- @${CP} ${FILESDIR}/Makefile ${WRKDIR}
- @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}
+ @${MKDIR} ${WRKSRC}
+ @${CP} ${FILESDIR}/Makefile ${WRKSRC}
+ @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
.include <bsd.port.mk>