aboutsummaryrefslogtreecommitdiff
path: root/games/ufoai/Makefile
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2010-12-13 17:37:45 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2010-12-13 17:37:45 +0000
commitcb7e1cf64acc555a7a4537daff70520905d4f52b (patch)
treea07a50d68c2454877ac166808677fa1f517176f4 /games/ufoai/Makefile
parent08acd2a9c3f538cdede6e078989227353e60b023 (diff)
downloadports-cb7e1cf64acc555a7a4537daff70520905d4f52b.tar.gz
ports-cb7e1cf64acc555a7a4537daff70520905d4f52b.zip
Notes
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|' \