diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2010-12-13 17:37:45 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2010-12-13 17:37:45 +0000 |
commit | cb7e1cf64acc555a7a4537daff70520905d4f52b (patch) | |
tree | a07a50d68c2454877ac166808677fa1f517176f4 /games/ufoai/Makefile | |
parent | 08acd2a9c3f538cdede6e078989227353e60b023 (diff) | |
download | ports-cb7e1cf64acc555a7a4537daff70520905d4f52b.tar.gz ports-cb7e1cf64acc555a7a4537daff70520905d4f52b.zip |
Notes
Diffstat (limited to 'games/ufoai/Makefile')
-rw-r--r-- | games/ufoai/Makefile | 6 |
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|' \ |