diff options
author | danfe <danfe@FreeBSD.org> | 2014-01-16 13:18:38 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-01-16 13:18:38 +0800 |
commit | 900b15468927cc67d9328bac1fbafeb3d1e1c3a1 (patch) | |
tree | da58335880482c8dcdb270b8434eac8e153f8114 /games/aestats | |
parent | 43d6afd032e80cb2f1828dffefe31e06b21c36be (diff) | |
download | freebsd-ports-gnome-900b15468927cc67d9328bac1fbafeb3d1e1c3a1.tar.gz freebsd-ports-gnome-900b15468927cc67d9328bac1fbafeb3d1e1c3a1.tar.zst freebsd-ports-gnome-900b15468927cc67d9328bac1fbafeb3d1e1c3a1.zip |
- Set EXTRACT_SUFX and dismiss USE_ZIP
- Do not use silly wording in comments
- Remove no longer operational website
Diffstat (limited to 'games/aestats')
-rw-r--r-- | games/aestats/Makefile | 6 | ||||
-rw-r--r-- | games/aestats/pkg-descr | 2 |
2 files changed, 2 insertions, 6 deletions
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/ |