diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-08-08 11:36:11 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-08-08 11:36:11 +0000 |
commit | e90f60eab9aaf1c28d05223ccca98bd614a02bc2 (patch) | |
tree | ac58c7641c7bf395fbb0087ce29beabd981f7756 /comms/lrzsz | |
parent | 0a9f8dd1df910df5253e31c04ae42c367e97ff2c (diff) |
- extend MASTER_SITES
Notes
Notes:
svn path=/head/; revision=170092
Diffstat (limited to 'comms/lrzsz')
-rw-r--r-- | comms/lrzsz/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile index d2d05b49d9b4..f8b629853372 100644 --- a/comms/lrzsz/Makefile +++ b/comms/lrzsz/Makefile @@ -9,7 +9,8 @@ PORTNAME= lrzsz PORTVERSION= 0.12.20 PORTREVISION= 1 CATEGORIES= comms -MASTER_SITES= http://www.netsw.org/net/modem/protocols/zmodem/lrzsz/ +MASTER_SITES= http://www.netsw.org/net/modem/protocols/zmodem/lrzsz/ \ + http://www.ohse.de/uwe/releases/ MAINTAINER= dinoex@FreeBSD.org COMMENT= Receive/Send files via X/Y/ZMODEM protocol. (unrestrictive) |