diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-03-29 17:25:48 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-03-29 17:25:48 +0000 |
commit | b3dd7536fa958e669b7b77cc58ef1840d49a15f8 (patch) | |
tree | 39b4b4f74745db4bc35f89ab10c93531ba3a4c1c /games/timeseal | |
parent | 358338ea7f65c88ec38fbb4cad3b030083240a28 (diff) | |
download | ports-b3dd7536fa958e669b7b77cc58ef1840d49a15f8.tar.gz ports-b3dd7536fa958e669b7b77cc58ef1840d49a15f8.zip |
Notes
Diffstat (limited to 'games/timeseal')
-rw-r--r-- | games/timeseal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/timeseal/Makefile b/games/timeseal/Makefile index 4860aed66d39..9b9038509f8b 100644 --- a/games/timeseal/Makefile +++ b/games/timeseal/Makefile @@ -8,8 +8,8 @@ PORTNAME= timeseal PORTVERSION= 1.0 CATEGORIES= games -MASTER_SITES= http://ftp3.ru.freebsd.org/.3/games/freechess/timeseal/ \ - ftp://ftp3.ru.freebsd.org/.3/games/freechess/timeseal/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= jylefort DISTFILES= timeseal.BSD386-1.0-i386 EXTRACT_ONLY= |