diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-10-09 05:48:22 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-10-09 05:48:22 +0000 |
commit | f2d28442e9e0e22af15005b0ecd3c0d7cc96bb1a (patch) | |
tree | 8a12ab7c041c6190b941b06eb2479b255b579f84 /comms | |
parent | Remove trailing backslash, which caused the MASTER_SITE_SUBDIR (diff) |
Fix mastersite subdir.
Notes
Notes:
svn path=/head/; revision=144646
Diffstat (limited to 'comms')
-rw-r--r-- | comms/sms_client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/sms_client/Makefile b/comms/sms_client/Makefile index e1b92f06e2ac..b6a117b5452f 100644 --- a/comms/sms_client/Makefile +++ b/comms/sms_client/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 3.0.2 PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= http://www.smsclient.org/download/smsclient-3.0-testing/ \ - http://www.mirrors.wiretapped.net/security/host-monitoring/sms-client/ + http://www.mirrors.wiretapped.net/security/host-monitoring/sms-client/smsclient-3.0-testing/ MAINTAINER= ports@FreeBSD.org COMMENT= A simple UNIX SMS client to send messages to phones or pagers |