aboutsummaryrefslogtreecommitdiff
path: root/ftp/axel
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
parent688a9146f0c0016b7be67e99518e7ea0035f5da9 (diff)
downloadports-6290e611390b6fd9df48483f45209a64f07b2311.tar.gz
ports-6290e611390b6fd9df48483f45209a64f07b2311.zip
upgrade to 0.99
Notes
Notes: svn path=/head/; revision=49909
Diffstat (limited to 'ftp/axel')
-rw-r--r--ftp/axel/Makefile11
-rw-r--r--ftp/axel/distinfo2
-rw-r--r--ftp/axel/files/patch-Makefile.settings20
-rw-r--r--ftp/axel/pkg-plist2
4 files changed, 11 insertions, 24 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>
diff --git a/ftp/axel/distinfo b/ftp/axel/distinfo
index cbbbdf4f5681..fbe8075582a9 100644
--- a/ftp/axel/distinfo
+++ b/ftp/axel/distinfo
@@ -1 +1 @@
-MD5 (axel-0.96.tar.gz) = 04ff83e283019ea624018d72cda9d004
+MD5 (axel-0.99.tar.gz) = 25b29650850a72a4228da718e1ada0e2
diff --git a/ftp/axel/files/patch-Makefile.settings b/ftp/axel/files/patch-Makefile.settings
index 90bd3ddbad91..c0de6be56227 100644
--- a/ftp/axel/files/patch-Makefile.settings
+++ b/ftp/axel/files/patch-Makefile.settings
@@ -1,13 +1,11 @@
---- Makefile.settings.orig Thu Aug 9 01:41:45 2001
-+++ Makefile.settings Wed Aug 15 14:22:02 2001
-@@ -11,8 +11,8 @@
- PREFIX=/usr/local
- endif
- BINDIR=$(PREFIX)/bin
--ETCDIR=/etc
--MANDIR=$(PREFIX)/share/man
-+ETCDIR=${PREFIX}/etc
-+MANDIR=$(PREFIX)/man
- LOCALE=$(PREFIX)/share/locale
+--- Makefile.settings.orig Sat Nov 10 13:53:06 2001
++++ Makefile.settings Sat Nov 10 13:53:30 2001
+@@ -10,7 +10,7 @@
+ PREFIX ?= /usr/local
+ BINDIR ?= $(PREFIX)/bin
+ ETCDIR ?= $(PREFIX)/etc
+-MANDIR ?= $(PREFIX)/share/man
++MANDIR ?= $(PREFIX)/man
+ LOCALE ?= $(PREFIX)/share/locale
# NOTE: Disabling an option means commenting out the specific line. Changing
diff --git a/ftp/axel/pkg-plist b/ftp/axel/pkg-plist
index 13d4e2c34284..6bb711b43f54 100644
--- a/ftp/axel/pkg-plist
+++ b/ftp/axel/pkg-plist
@@ -1,4 +1,2 @@
bin/axel
etc/axelrc
-share/locale/de/LC_MESSAGES/axel.mo
-share/locale/nl/LC_MESSAGES/axel.mo