diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-10 05:57:00 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-10 05:57:00 +0000 |
commit | 6290e611390b6fd9df48483f45209a64f07b2311 (patch) | |
tree | 9e1871b3b5db584242662b2edbebc17922f618a0 | |
parent | Fixes email of author (diff) |
upgrade to 0.99
Notes
Notes:
svn path=/head/; revision=49909
-rw-r--r-- | ftp/axel/Makefile | 11 | ||||
-rw-r--r-- | ftp/axel/distinfo | 2 | ||||
-rw-r--r-- | ftp/axel/files/patch-Makefile.settings | 20 | ||||
-rw-r--r-- | ftp/axel/pkg-plist | 2 |
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 |