diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 14:49:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 14:49:26 +0000 |
commit | 665bec206dcb6c4d1e6d2763147022da72013147 (patch) | |
tree | c9bc7d175d1787d3182be06d12c45d1a2fe32a2b /games/aestats/Makefile | |
parent | dd0f478654597e17086b295a97e2e7e1caa0b36c (diff) | |
download | ports-665bec206dcb6c4d1e6d2763147022da72013147.tar.gz ports-665bec206dcb6c4d1e6d2763147022da72013147.zip |
Notes
Diffstat (limited to 'games/aestats/Makefile')
-rw-r--r-- | games/aestats/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/aestats/Makefile b/games/aestats/Makefile index a7e3aa2b6f0a..06a50826adc2 100644 --- a/games/aestats/Makefile +++ b/games/aestats/Makefile @@ -7,7 +7,6 @@ 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 @@ -16,6 +15,7 @@ NO_CDROM= Commercial use is prohibited ONLY_FOR_ARCHS= i386 +USES= zip WRKSRC= ${WRKDIR}/${DISTNAME}/Linux-o LINUXBINDIR= ${WRKSRC}/../Linux-Bin MAKEFILE= makefile |