diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-20 12:36:28 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-20 12:36:28 +0000 |
commit | ad3d1270ae41171f1c19163f29e3cb5557510c10 (patch) | |
tree | e8666f8e4bb8b7e85e1be68d50bc2a38f4092c06 /ftp | |
parent | This is a port of the Taylor UUCP Unix-to-Unix Copy Program suite (diff) |
upgrade to 0.99b
Noted by: Wilmer van der Gaast <lintux@lintux.cx> (author)
Notes
Notes:
svn path=/head/; revision=50252
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/axel/Makefile | 5 | ||||
-rw-r--r-- | ftp/axel/distinfo | 2 | ||||
-rw-r--r-- | ftp/axel/pkg-plist | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/ftp/axel/Makefile b/ftp/axel/Makefile index 2083e418db01..8b351bc52fb3 100644 --- a/ftp/axel/Makefile +++ b/ftp/axel/Makefile @@ -7,7 +7,7 @@ # PORTNAME= axel -PORTVERSION= 0.99 +PORTVERSION= 0.99b CATEGORIES= ftp MASTER_SITES= http://www.lintux.cx/downloads/ @@ -25,6 +25,7 @@ MAN1= axel.1 post-patch: @${PERL} -pi -e "s,-pthread,${PTHREAD_LIBS},g ; \ s,^(CFLAGS = -O3),#\1,g ; \ - s,gcc,${CC},g" ${WRKSRC}/Makefile + s,gcc,${CC},g ; \ + s,install -D,${INSTALL_DATA},g" ${WRKSRC}/Makefile .include <bsd.port.mk> diff --git a/ftp/axel/distinfo b/ftp/axel/distinfo index fbe8075582a9..78237d17f6d3 100644 --- a/ftp/axel/distinfo +++ b/ftp/axel/distinfo @@ -1 +1 @@ -MD5 (axel-0.99.tar.gz) = 25b29650850a72a4228da718e1ada0e2 +MD5 (axel-0.99b.tar.gz) = c24f930ee200479cabe9dbae2f89e74a diff --git a/ftp/axel/pkg-plist b/ftp/axel/pkg-plist index 6bb711b43f54..13d4e2c34284 100644 --- a/ftp/axel/pkg-plist +++ b/ftp/axel/pkg-plist @@ -1,2 +1,4 @@ bin/axel etc/axelrc +share/locale/de/LC_MESSAGES/axel.mo +share/locale/nl/LC_MESSAGES/axel.mo |