games/wesnoth: Remove unnecessary post-install step

This commit is contained in:
Gleb Popov 2024-04-11 17:27:42 +03:00
parent 9675d0a4f9
commit a6bf8f7606

View file

@ -87,7 +87,4 @@ SERVER_DESC= Server
SERVER_CMAKE_OFF=-DENABLE_SERVER=off
TEST_CMAKE_ON= -DENABLE_TESTS=on
post-install:
${FIND} ${STAGEDIR}${PREFIX}/man -type d -empty -delete
.include <bsd.port.mk>