diff options
author | roam <roam@FreeBSD.org> | 2002-03-21 00:09:09 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2002-03-21 00:09:09 +0800 |
commit | d7ff633e0b7d9cd05f3bd36d2e61c03ba27599a1 (patch) | |
tree | 0a356fd5f2dd1fcdad742ec09620eccfc0310aa1 /ftp/axel/Makefile | |
parent | 318f69a92327d40c03b00e6a31914d769553ce4e (diff) | |
download | freebsd-ports-gnome-d7ff633e0b7d9cd05f3bd36d2e61c03ba27599a1.tar.gz freebsd-ports-gnome-d7ff633e0b7d9cd05f3bd36d2e61c03ba27599a1.tar.zst freebsd-ports-gnome-d7ff633e0b7d9cd05f3bd36d2e61c03ba27599a1.zip |
Update to 1.0a.
PR: 36134
Submitted by: maintainer
Diffstat (limited to 'ftp/axel/Makefile')
-rw-r--r-- | ftp/axel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/axel/Makefile b/ftp/axel/Makefile index 8885d8412078..f963e8e1f200 100644 --- a/ftp/axel/Makefile +++ b/ftp/axel/Makefile @@ -7,7 +7,7 @@ # PORTNAME= axel -PORTVERSION= 1.0 +PORTVERSION= 1.0a CATEGORIES= ftp MASTER_SITES= http://www.lintux.cx/downloads/ @@ -17,7 +17,7 @@ LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext-old USE_GMAKE= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${PREFIX}/man --i18n=1 +CONFIGURE_ARGS= -prefix=${PREFIX} --mandir=${PREFIX}/man --i18n=1 MAN1= axel.1 |