diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-12-22 15:57:34 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-12-22 15:57:34 +0000 |
commit | 8f2183f1c9a4e48cd60b6c67bbcb30418fd4167e (patch) | |
tree | 21b3fd30eee623152fb0656fb7fc32fe71dcd7a7 /games/aestats | |
parent | d83ac1366e8b18892385fd12241d4337381ab32e (diff) | |
download | ports-8f2183f1c9a4e48cd60b6c67bbcb30418fd4167e.tar.gz ports-8f2183f1c9a4e48cd60b6c67bbcb30418fd4167e.zip |
Notes
Diffstat (limited to 'games/aestats')
-rw-r--r-- | games/aestats/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/aestats/Makefile b/games/aestats/Makefile index 460bc9693cb9..be3abc1ac317 100644 --- a/games/aestats/Makefile +++ b/games/aestats/Makefile @@ -8,7 +8,8 @@ PORTNAME= aestats PORTVERSION= 5.39 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_LOCAL} http://freebsd.nsu.ru/distfiles/ +MASTER_SITES= ftp://download:download@download.hugelaser.com/aeons.poweredbylasers.com/${PORTNAME}/ \ + http://freebsd.nsu.ru/distfiles/ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= danfe DISTNAME= ${PORTNAME}-v${PORTVERSION} @@ -26,7 +27,7 @@ MAKE_ARGS= cc=${CC} post-extract: .SILENT ${CP} ${FILESDIR}/fbsd_stub.c ${WRKSRC} - ${REINPLACE_CMD} -e 's,aes.o,& fbsd_stub.o,' ${WRKSRC}/${MAKEFILE} + ${REINPLACE_CMD} -e 's,aes\.o,& fbsd_stub.o,' ${WRKSRC}/${MAKEFILE} ${ECHO_CMD} >> ${LINUXBINDIR}/alias-example.txt ${MV} ${WRKSRC}/../unsupported/system/Unreal-225 ${WRKSRC}/../unrealmod |