diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-04-23 21:45:04 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-04-23 21:45:04 +0000 |
commit | f264333f1b5325801a620bbc0a5c88f68d641ebf (patch) | |
tree | 3922b1ad86795f9085714c724a895ef115580dbc /games/tads/Makefile | |
parent | e8239d1eb7454d646e870e335e3c6b25132fadd7 (diff) |
Notes
Diffstat (limited to 'games/tads/Makefile')
-rw-r--r-- | games/tads/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/tads/Makefile b/games/tads/Makefile index 2f5aa72fa860..5900608df796 100644 --- a/games/tads/Makefile +++ b/games/tads/Makefile @@ -8,7 +8,9 @@ PORTNAME= tads PORTVERSION= 2.5.9 CATEGORIES= games lang -MASTER_SITES= http://www.ifarchive.org/if-archive/programming/tads2/source/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +# http://www.ifarchive.org/if-archive/programming/tads2/source/ +MASTER_SITE_SUBDIR=kris DISTNAME= tads23-unix MAINTAINER= kris@FreeBSD.org |