diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-02-16 16:36:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-02-16 16:36:58 +0000 |
commit | 7e9abbcb5c62ea7479ad877fa560a84ddb042090 (patch) | |
tree | 0d70080a731416a47088806b2b0a7ffd28a2e0c7 /comms | |
parent | Restore the behavior of unlinking invalid icon cache files to prevent (diff) |
- Fix fetch
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=207333
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnokii/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index 4616ccc7f6f7..5c409a0ffc96 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -10,8 +10,8 @@ PORTVERSION= 0.6.22 PORTEPOCH= 1 CATEGORIES= comms MASTER_SITES= http://www.gnokii.org/download/gnokii/ \ - ftp://ftp.gnokii.org/pub/gnokii/ -MASTER_SITE_SUBDIR= ${PORTNAME} + ftp://ftp.gnokii.org/pub/gnokii/ \ + http://www.gnokii.org/download/gnokii/0.6.x/ MAINTAINER= mad@madpilot.net COMMENT= Tools to talk to GSM cellular phones |