diff options
author | danfe <danfe@FreeBSD.org> | 2014-07-08 14:50:37 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-07-08 14:50:37 +0800 |
commit | 3681f0c84c380da2f33d5114afcfc7a4103d94d2 (patch) | |
tree | 2662d74c6bc0c154916db3535bee234db5f17fc5 /games/aestats | |
parent | 9d02fc2f02d2e7bbbc5d65f8cc371177ece2d08d (diff) | |
download | freebsd-ports-gnome-3681f0c84c380da2f33d5114afcfc7a4103d94d2.tar.gz freebsd-ports-gnome-3681f0c84c380da2f33d5114afcfc7a4103d94d2.tar.zst freebsd-ports-gnome-3681f0c84c380da2f33d5114afcfc7a4103d94d2.zip |
Remove one dead master site and fix couple of minor whitespace issues.
Diffstat (limited to 'games/aestats')
-rw-r--r-- | games/aestats/Makefile | 3 | ||||
-rw-r--r-- | games/aestats/files/fbsd_stub.c | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/games/aestats/Makefile b/games/aestats/Makefile index 06a50826adc2..0f4379856227 100644 --- a/games/aestats/Makefile +++ b/games/aestats/Makefile @@ -4,8 +4,7 @@ PORTNAME= aestats PORTVERSION= 5.39 CATEGORIES= games -MASTER_SITES= ftp://download:download@download.hugelaser.com/aeons.poweredbylasers.com/${PORTNAME}/ \ - http://freebsd.nsu.ru/distfiles/ LOCAL/danfe +MASTER_SITES= http://freebsd.nsu.ru/distfiles/ LOCAL/danfe DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= danfe@FreeBSD.org diff --git a/games/aestats/files/fbsd_stub.c b/games/aestats/files/fbsd_stub.c index 863bceaa44c6..f584339572de 100644 --- a/games/aestats/files/fbsd_stub.c +++ b/games/aestats/files/fbsd_stub.c @@ -18,7 +18,6 @@ __strtol_internal(__const char *__restrict __nptr, char **__restrict __endptr, * if we do so. Instead, copy only mtime field from FreeBSD's ``struct * stat'' into proper place of provided Linux' ``struct stat'' buffer. */ - struct __linux_stat { char pad0[0x40]; struct timespec __st_mtim; |