diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-27 15:09:55 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-27 15:09:55 +0000 |
commit | 2c8a6018ae7154bb5c5b52bb363efd0039faa702 (patch) | |
tree | 08b0aff5a32c396f81a387bc8435b4e1c85cd7a0 /net-im/ayttm/Makefile | |
parent | 8c9b17f3f8aba892fd6ae20ef038037fdcd7d00a (diff) |
- Fix SourceForge MASTER_SITES usage
Approved by: portmgr (pav)
Notes
Notes:
svn path=/head/; revision=240407
Diffstat (limited to 'net-im/ayttm/Makefile')
-rw-r--r-- | net-im/ayttm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-im/ayttm/Makefile b/net-im/ayttm/Makefile index 80e938b7adde..6775619a3ed7 100644 --- a/net-im/ayttm/Makefile +++ b/net-im/ayttm/Makefile @@ -8,9 +8,7 @@ PORTNAME= ayttm PORTVERSION= 0.5.0.111 CATEGORIES= net-im -.for mirror in nchc kent ufpr heanet switch puzzle osdn ovh -MASTER_SITES+=http://${mirror}.dl.sourceforge.net/project/ayttm/ayttm/${PORTVERSION:R}-${PORTVERSION:E}/ -.endfor +MASTER_SITES= SF/ayttm/ayttm/${PORTVERSION:R}-${PORTVERSION:E}/ DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= unixmania@gmail.com |