diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-05 09:03:07 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-05 09:03:07 +0000 |
commit | b4fe888bec3f6db957d768fd291932a928445d72 (patch) | |
tree | 3dac358042aaf1ca00d813885b6cb1793bb65797 /net-im/ayttm/Makefile | |
parent | 2d110842ec80d2f3f5f5a83957549de9c0d9a1a3 (diff) |
Notes
Diffstat (limited to 'net-im/ayttm/Makefile')
-rw-r--r-- | net-im/ayttm/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net-im/ayttm/Makefile b/net-im/ayttm/Makefile index 2ab98acdcf65..80e938b7adde 100644 --- a/net-im/ayttm/Makefile +++ b/net-im/ayttm/Makefile @@ -6,10 +6,11 @@ # PORTNAME= ayttm -PORTVERSION= 0.5.0.82 -PORTREVISION= 2 +PORTVERSION= 0.5.0.111 CATEGORIES= net-im -MASTER_SITES= SF +.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 DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= unixmania@gmail.com @@ -79,7 +80,4 @@ post-patch: 's|-L/usr/local/lib/pth/||g ; \ s|-lproxy|../libproxy/libproxy.a|g' ${WRKSRC}/src/Makefile.in -post-build: - @${ECHO} 'Categories=Application;Network;' >> ${WRKSRC}/ayttm.desktop - .include <bsd.port.post.mk> |