diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-11 11:37:47 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-11 11:37:47 +0000 |
commit | 1efe42ca45e3e7f3022e4b8833fee0c83f686d10 (patch) | |
tree | b4564a3fbeeee6a57a86db6f34b30373764460f2 /sysutils/most/Makefile | |
parent | 23045ad577fad76fdefb0348e371d5685c3a6610 (diff) |
Notes
Diffstat (limited to 'sysutils/most/Makefile')
-rw-r--r-- | sysutils/most/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/most/Makefile b/sysutils/most/Makefile index 11af7f54ca16..7287b3098953 100644 --- a/sysutils/most/Makefile +++ b/sysutils/most/Makefile @@ -6,11 +6,11 @@ # PORTNAME= most -PORTVERSION= 4.9.4 +PORTVERSION= 4.9.5 CATEGORIES= misc -MASTER_SITES= ftp://ftp.jedsoft.org/pub/davis/most/ \ - ftp://space.mit.edu/pub/davis/most/ \ - ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/most/ +MASTER_SITES= ftp://space.mit.edu/pub/davis/most/ \ + ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/most/ \ + http://gd.tuwien.ac.at/editors/davis/most/ MAINTAINER= ports@FreeBSD.org COMMENT= A pager (like less) which has support for windows and binary files |