diff options
Diffstat (limited to 'ftp/axel/Makefile')
-rw-r--r-- | ftp/axel/Makefile | 11 |
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> |