diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-05-13 12:51:32 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-05-13 12:51:32 +0000 |
commit | 9e59e65ced81d3167dff92049fd89df49451b1f0 (patch) | |
tree | 9aaac2d8b7271afdd270eaf7f7c153d728486883 /games/quake2max/Makefile | |
parent | 69fedf0e455807b26d98cb807ae201a159b75249 (diff) |
Notes
Diffstat (limited to 'games/quake2max/Makefile')
-rw-r--r-- | games/quake2max/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games/quake2max/Makefile b/games/quake2max/Makefile index 0c8387120b9a..ade470bdf307 100644 --- a/games/quake2max/Makefile +++ b/games/quake2max/Makefile @@ -3,9 +3,9 @@ PORTNAME= quake2max PORTVERSION= 0.45 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games -MASTER_SITES= http://qudos.quakedev.com/linux/quake2/engines/Quake2MaX/:src \ +MASTER_SITES= http://www.bfeared.com/library/quake/archive/quakedev/qudos/quake2/engines/Quake2MaX/:src \ ${MASTER_SITE_LOCAL:S/$/:data/} MASTER_SITE_SUBDIR= alepulver/:data DISTNAME= Quake2maX_${PORTVERSION}-src_unix @@ -106,11 +106,12 @@ PLIST_SUB+= SDLGL="@comment " .endif post-extract: - @cd ${WRKSRC} && unrar e ${DISTDIR}/${Q2MAX_DATA} baseq2/_maxpak.pak + @cd ${WRKSRC} && unrar e -idq ${DISTDIR}/${Q2MAX_DATA} \ + baseq2/_maxpak.pak post-patch: # Resolve name collision with jpeg-8 - ${REINPLACE_CMD} -e 's|jpeg_mem_src|local_jpeg_mem_src|' \ + @${REINPLACE_CMD} -e 's|jpeg_mem_src|local_jpeg_mem_src|' \ ${WRKSRC}/ref_gl/gl_image.c do-install: |