aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2024-04-11 14:27:42 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-04-11 16:00:43 +0000
commita6bf8f76061aeddf23898faebcead807d52cca9e (patch)
tree210eb610ad403541480e3040fe65574251b36714 /games
parent9675d0a4f943418c1dce991da3ad87734ed09152 (diff)
downloadports-a6bf8f76061aeddf23898faebcead807d52cca9e.tar.gz
ports-a6bf8f76061aeddf23898faebcead807d52cca9e.zip
games/wesnoth: Remove unnecessary post-install step
Diffstat (limited to 'games')
-rw-r--r--games/wesnoth/Makefile3
1 files changed, 0 insertions, 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>