diff --git a/Makefile b/Makefile index f347776ad..0e3623740 100644 --- a/Makefile +++ b/Makefile @@ -340,7 +340,7 @@ clean-src: ${GIT} clean -xdqf ${.CURDIR}/src clean-work: - @rm -rf ${WRKSRC} ${PKGDIR} + @rm -rf ${WRKSRC} clean: clean-src clean-work