aboutsummaryrefslogtreecommitdiff
path: root/games/ufoai/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/ufoai/Makefile')
-rw-r--r--games/ufoai/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/ufoai/Makefile b/games/ufoai/Makefile
index 01d6ebee3494..d89c133f40a2 100644
--- a/games/ufoai/Makefile
+++ b/games/ufoai/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= ufoai
-PORTVERSION= 2.3
-PORTREVISION= 1
+PORTVERSION= 2.3.1
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/UFO_AI%202.x/${PORTVERSION}
DISTNAME= ${PORTNAME:S/$/-/}${PORTVERSION}-source
@@ -81,6 +80,9 @@ CONFIGURE_ARGS+=--disable-uforadiant
PLIST_SUB+= UFORADIANT="@comment "
.endif
+post-extract:
+ @${MKDIR} ${WRKSRC}/base/maps ${WRKSRC}/base/models
+
# Resolve name collision with jpeg-8 amd API png
post-patch:
${REINPLACE_CMD} -e 's|jpeg_mem_src|local_jpeg_mem_src|' \