aboutsummaryrefslogtreecommitdiff
path: root/games/chessx/Makefile
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-10-01 04:13:31 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-10-01 04:13:31 +0000
commitc45de9579f6ec97574056dd335df02031ccd00ad (patch)
treebf42b7c476faa7a6183d0feaa4c65bb90053847d /games/chessx/Makefile
parent4c6b47d49f526e4aa085f3d82bef3b2910453e64 (diff)
downloadports-c45de9579f6ec97574056dd335df02031ccd00ad.tar.gz
ports-c45de9579f6ec97574056dd335df02031ccd00ad.zip
Notes
Diffstat (limited to 'games/chessx/Makefile')
-rw-r--r--games/chessx/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/chessx/Makefile b/games/chessx/Makefile
index 244d54cec877..5d856753cc15 100644
--- a/games/chessx/Makefile
+++ b/games/chessx/Makefile
@@ -28,4 +28,7 @@ CRAFTY_RUN_DEPENDS= crafty:games/crafty
STOCKFISH_DESC= Install Stockfish Chess Engine
STOCKFISH_RUN_DEPENDS= stockfish:games/stockfish
+post-configure:
+ ( cd ${BUILD_WRKSRC} && ${LRELEASE} ${WRKSRC}/${PORTNAME}.pro )
+
.include <bsd.port.mk>