CVSROOT: /cvs Module name: ports Changes by: [email protected] 2022/03/15 07:57:35
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
use a different technique to clean up distfiles.
as sdk@ noticed, there are a lot of subdirectories in gorust land.
removing every subdirectory with rmdir -p is easy to do (thx semarie@)
and since we start in a subdirectory, rmdir -p cannot recurse up to /,
so sthen@ gave his approval.
