diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-16 10:12:35 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-16 10:12:35 +0000 |
commit | 25d4e400e2bf908c90fe1f3048ff74127087b3a8 (patch) | |
tree | 87901e97d69f0184cc7727c99b6bcb892e647936 /games/ifm/Makefile | |
parent | c0132a8ddc5840520d2af40c05da62be3638edcf (diff) |
Notes
Diffstat (limited to 'games/ifm/Makefile')
-rw-r--r-- | games/ifm/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/games/ifm/Makefile b/games/ifm/Makefile index 253606a98929..bf5163298ab1 100644 --- a/games/ifm/Makefile +++ b/games/ifm/Makefile @@ -6,14 +6,16 @@ # PORTNAME= ifm -PORTVERSION= 5.0 +PORTVERSION= 5.1 CATEGORIES= games tk84 -MASTER_SITES= ftp://ftp.ifarchive.org/if-archive/mapping-tools/ \ - ftp://www.plover.net/if-archive/mapping-tools/ \ - ftp://ftp.guetech.org/if-archive/mapping-tools/ \ - ftp://mirror.holmoak.co.uk/if-archive/mapping-tools/ \ - ftp://ftp.funet.fi/pub/misc/if-archive/mapping-tools/ \ - ftp://wuarchive.wustl.edu/doc/misc/if-archive/mapping-tools/ +MASTER_SITES= http://www.ifarchive.org/%SUBDIR%/ \ + ftp://ftp.ifarchive.org/%SUBDIR%/ \ + ftp://www.plover.net/%SUBDIR%/ \ + ftp://ftp.guetech.org/%SUBDIR%/ \ + ftp://mirror.holmoak.co.uk/%SUBDIR%/ \ + ftp://ftp.funet.fi/pub/misc/%SUBDIR%/ \ + ftp://wuarchive.wustl.edu/doc/misc/%SUBDIR%/ +MASTER_SITE_SUBDIR= if-archive/mapping-tools MAINTAINER= ports@FreeBSD.org COMMENT= Interactive Fiction mapper and walkthrough generator |