git: a6bf8f76061a - main - games/wesnoth: Remove unnecessary post-install step

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Thu, 11 Apr 2024 16:02:18 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a6bf8f76061aeddf23898faebcead807d52cca9e

commit a6bf8f76061aeddf23898faebcead807d52cca9e
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-04-11 14:27:42 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-04-11 16:00:43 +0000

    games/wesnoth: Remove unnecessary post-install step
---
 games/wesnoth/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile
index 922f952847e9..b703cb980db8 100644
--- a/games/wesnoth/Makefile
+++ b/games/wesnoth/Makefile
@@ -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>