aboutsummaryrefslogtreecommitdiff
path: root/ftp/axel/Makefile
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2009-01-25 02:34:12 +0000
committerBeech Rintoul <beech@FreeBSD.org>2009-01-25 02:34:12 +0000
commit10c06d1c9e851dc6252aad4255af00988d68443c (patch)
tree6b5fa5cc8ef914cf48b886eb86a5a5efa522cd4e /ftp/axel/Makefile
parent6b180d6f786addec9c5dc9d555eaaad8067b8f71 (diff)
downloadports-10c06d1c9e851dc6252aad4255af00988d68443c.tar.gz
ports-10c06d1c9e851dc6252aad4255af00988d68443c.zip
- Update to 2.2
PR: ports/130346 Submitted by: Michal Petrucha <johnny64@swissjabber.org> Approved by: maintainer timeout (2+ weeks)
Notes
Notes: svn path=/head/; revision=226821
Diffstat (limited to 'ftp/axel/Makefile')
-rw-r--r--ftp/axel/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/ftp/axel/Makefile b/ftp/axel/Makefile
index d0d637133550..325d54f9a4a6 100644
--- a/ftp/axel/Makefile
+++ b/ftp/axel/Makefile
@@ -7,11 +7,10 @@
#
PORTNAME= axel
-PORTVERSION= 1.1
+PORTVERSION= 2.2
PORTREVISION= 1
CATEGORIES= ftp
-MASTER_SITES= ${MASTER_SITE_GENTOO} \
- http://alioth.debian.org/frs/download.php/2287/
+MASTER_SITES= http://alioth.debian.org/frs/download.php/2659/
MASTER_SITE_SUBDIR= distfiles
MAINTAINER= prudhvikrishna@gmail.com
@@ -19,7 +18,7 @@ COMMENT= A download accelerator
USE_GMAKE= yes
HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man --i18n=1
+CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man
OPTIONS= NLS "I18N support" on \
DEBUG "Debugging support" off
@@ -43,7 +42,8 @@ CONFIGURE_ARGS+=--debug=1 --strip=0
MAN1= axel.1
post-configure:
- @${REINPLACE_CMD} -e 's,-O3,${CFLAGS},; s|gcc|${CC}|; \
+ @${REINPLACE_CMD} -e 's|gcc|${CC}|; \
s|-pthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile.settings
+ @${ECHO} 'CFLAGS+=${CFLAGS}' >> ${WRKSRC}/Makefile.settings
.include <bsd.port.post.mk>