diff options
author | mharo <mharo@FreeBSD.org> | 2003-12-17 04:04:31 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2003-12-17 04:04:31 +0000 |
commit | 52535447a711126790b7b2049336dcf2d4b97e1e (patch) | |
tree | 75cf22a230612e3ce99c105dbc47e67f4879b057 /comms | |
parent | 4f87dc28eacbc3b798dd8dcba888b3ce5d79b77e (diff) | |
download | FreeBSD-ports-52535447a711126790b7b2049336dcf2d4b97e1e.zip FreeBSD-ports-52535447a711126790b7b2049336dcf2d4b97e1e.tar.gz |
add working MASTER_SITES
Diffstat (limited to 'comms')
-rw-r--r-- | comms/sms_client/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/sms_client/Makefile b/comms/sms_client/Makefile index ac14284..5921229 100644 --- a/comms/sms_client/Makefile +++ b/comms/sms_client/Makefile @@ -9,7 +9,9 @@ PORTNAME= sms_client PORTVERSION= 3.0.2 PORTREVISION= 1 CATEGORIES= comms -MASTER_SITES= http://www.styx.demon.co.uk/archive/ +MASTER_SITES= http://www.styx.demon.co.uk/archive/ \ + http://www.smsclient.org/download/smsclient-3.0-testing/ \ + http://www.mirrors.wiretapped.net/security/host-monitoring/sms-client/ MAINTAINER= ports@FreeBSD.org COMMENT= A simple UNIX SMS client to send messages to phones or pagers |