summaryrefslogtreecommitdiff
path: root/ftp/axel/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-10 05:57:00 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-10 05:57:00 +0000
commit6290e611390b6fd9df48483f45209a64f07b2311 (patch)
tree9e1871b3b5db584242662b2edbebc17922f618a0 /ftp/axel/Makefile
parentFixes email of author (diff)
upgrade to 0.99
Notes
Notes: svn path=/head/; revision=49909
Diffstat (limited to 'ftp/axel/Makefile')
-rw-r--r--ftp/axel/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/ftp/axel/Makefile b/ftp/axel/Makefile
index f042cda8bec5..2083e418db01 100644
--- a/ftp/axel/Makefile
+++ b/ftp/axel/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= axel
-PORTVERSION= 0.96
+PORTVERSION= 0.99
CATEGORIES= ftp
MASTER_SITES= http://www.lintux.cx/downloads/
@@ -27,13 +27,4 @@ post-patch:
s,^(CFLAGS = -O3),#\1,g ; \
s,gcc,${CC},g" ${WRKSRC}/Makefile
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/axel ${PREFIX}/bin/axel
- ${INSTALL_DATA} ${WRKSRC}/axelrc.example ${PREFIX}/etc/axelrc
- ${INSTALL_MAN} ${WRKSRC}/axel.1 ${PREFIX}/man/man1/axel.1
-.for lang in de nl
- ${INSTALL_DATA} ${WRKSRC}/${lang}.mo \
- ${PREFIX}/share/locale/${lang}/LC_MESSAGES/axel.mo
-.endfor
-
.include <bsd.port.mk>