diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-11-20 20:36:28 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-11-20 20:36:28 +0800 |
commit | ee3127064547d0aca696b4ffaa2c74a70e344b26 (patch) | |
tree | f49ee70ecad2c61374baa3a1ad602fed032b96b0 /ftp | |
parent | f83df8229926dda268914ed61bf6d4246ff88eed (diff) | |
download | freebsd-ports-gnome-ee3127064547d0aca696b4ffaa2c74a70e344b26.tar.gz freebsd-ports-gnome-ee3127064547d0aca696b4ffaa2c74a70e344b26.tar.zst freebsd-ports-gnome-ee3127064547d0aca696b4ffaa2c74a70e344b26.zip |
upgrade to 0.99b
Noted by: Wilmer van der Gaast <lintux@lintux.cx> (author)
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 |