diff --git a/games/aestats/Makefile b/games/aestats/Makefile index 27298af2ff6e..a7e3aa2b6f0a 100644 --- a/games/aestats/Makefile +++ b/games/aestats/Makefile @@ -7,6 +7,7 @@ CATEGORIES= games MASTER_SITES= ftp://download:download@download.hugelaser.com/aeons.poweredbylasers.com/${PORTNAME}/ \ http://freebsd.nsu.ru/distfiles/ LOCAL/danfe DISTNAME= ${PORTNAME}-v${PORTVERSION} +EXTRACT_SUFX= .zip MAINTAINER= danfe@FreeBSD.org COMMENT= Advanced HTML statistics generator for various games @@ -15,8 +16,6 @@ NO_CDROM= Commercial use is prohibited ONLY_FOR_ARCHS= i386 -USE_ZIP= yes - WRKSRC= ${WRKDIR}/${DISTNAME}/Linux-o LINUXBINDIR= ${WRKSRC}/../Linux-Bin MAKEFILE= makefile @@ -30,8 +29,7 @@ post-extract: .SILENT # This port is special. Author does not distribute source code, but gives # us Linux .o files instead. With some hacking, we can build native FreeBSD -# executables from those .o files. Pretty neat, huh? :-) -# +# executables from those .o files. pre-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -c fbsd_stub.c ${OBJCOPY} --redefine-sym stdout=__stdoutp ${WRKSRC}/aespages.o diff --git a/games/aestats/pkg-descr b/games/aestats/pkg-descr index 20ec03bf1259..88f84ea53465 100644 --- a/games/aestats/pkg-descr +++ b/games/aestats/pkg-descr @@ -14,5 +14,3 @@ platform independent log format (meta log format), and generates meaningful * Provides an UnrealScript module (aeonsdmmod.u) that will generate extra log info, since Unreal does not provide any frag obituaries by default. - -WWW: http://aeons.poweredbylasers.com/aestats/