diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-27 23:09:55 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-27 23:09:55 +0800 |
commit | c60f5a19ef351312a002dc8af3492ba64a5801e8 (patch) | |
tree | ccbffc0caa69c92e1236b6528c48e0090a5a3f3c /net-im/ayttm | |
parent | 750627bc3050f12a2714be035444824e0fa0d73d (diff) | |
download | freebsd-ports-gnome-c60f5a19ef351312a002dc8af3492ba64a5801e8.tar.gz freebsd-ports-gnome-c60f5a19ef351312a002dc8af3492ba64a5801e8.tar.zst freebsd-ports-gnome-c60f5a19ef351312a002dc8af3492ba64a5801e8.zip |
- Fix SourceForge MASTER_SITES usage
Approved by: portmgr (pav)
Diffstat (limited to 'net-im/ayttm')
-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 |