1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

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>