diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-23 10:21:45 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-23 10:21:45 +0000 |
commit | 5b8bec38556bb9ea3d31377d5148de0f35789f34 (patch) | |
tree | 8bf93e57df7a7c69c9a51633cb21de950e855369 /comms | |
parent | - Fix pkg-plist (diff) |
- Chase download location again
Submitted by: Andy Gilligan <andy@glbx.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=101846
Diffstat (limited to 'comms')
-rw-r--r-- | comms/py-bulksms/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/py-bulksms/Makefile b/comms/py-bulksms/Makefile index d67ddf79ed58..8e0a9f3bbf5d 100644 --- a/comms/py-bulksms/Makefile +++ b/comms/py-bulksms/Makefile @@ -8,10 +8,9 @@ PORTNAME= bulksms PORTVERSION= 0.1 CATEGORIES= comms python -MASTER_SITES= http://botanicus.net/dw.old/dl/ \ +MASTER_SITES= http://botanicus.net/dw/dl/ \ http://evo6.org/ports/py-bulksms/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= andy@evo6.org COMMENT= Python client for the BulkSMS.co.uk HTTP API |