aboutsummaryrefslogtreecommitdiff
path: root/ftp/axel/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2009-11-25 05:25:50 +0000
committerWen Heping <wen@FreeBSD.org>2009-11-25 05:25:50 +0000
commit2bce5f16519fd6473c880ba95b7b22dfd7e5f3d3 (patch)
tree9cdefaacc7363e0daef3595ca1aab4405c9cddc8 /ftp/axel/Makefile
parent39afca25f0d5a5d07ac3ac5f85040cc3f287a41c (diff)
downloadports-2bce5f16519fd6473c880ba95b7b22dfd7e5f3d3.tar.gz
ports-2bce5f16519fd6473c880ba95b7b22dfd7e5f3d3.zip
- Update to 2.4
PR: ports/140611 Submitted by: Cristiano Rolim Pereira <cristianorolim@hotmail.com> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=244738
Diffstat (limited to 'ftp/axel/Makefile')
-rw-r--r--ftp/axel/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/ftp/axel/Makefile b/ftp/axel/Makefile
index 6f085dccc082..51a6a85b90b8 100644
--- a/ftp/axel/Makefile
+++ b/ftp/axel/Makefile
@@ -7,11 +7,11 @@
#
PORTNAME= axel
-PORTVERSION= 2.3
+PORTVERSION= 2.4
CATEGORIES= ftp
-MASTER_SITES= http://alioth.debian.org/frs/download.php/2717/ \
- http://mirror.mcx2.org/
-MASTER_SITE_SUBDIR= distfiles
+MASTER_SITES= https://alioth.debian.org/frs/download.php/3015/ \
+ ftp://ftp.linuxforum.hu/mirrors/frugalware/pub/frugalware/frugalware-testing/source/apps-extra/axel/ \
+ http://cvs.fedoraproject.org/repo/pkgs/axel/axel-2.4.tar.gz/a2a762fce0c96781965c8f9786a3d09d/
MAINTAINER= prudhvi-krishna-bsd@surapaneni.in
COMMENT= A download accelerator
@@ -40,13 +40,10 @@ CONFIGURE_ARGS+=--debug=1 --strip=0
.endif
MAN1= axel.1
+MANLANG= "" zh_CN
post-configure:
@${REINPLACE_CMD} -e 's|gcc|${CC}|; \
s|-pthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile.settings
- @${REINPLACE_CMD} -e '37,38d' \
- -e 's|cn|CN|g' ${WRKSRC}/Makefile
- ${MV} ${WRKSRC}/zh_cn.po ${WRKSRC}/zh_CN.po
- @${ECHO} 'CFLAGS+=${CFLAGS}' >> ${WRKSRC}/Makefile.settings
.include <bsd.port.post.mk>