diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-22 07:05:38 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-22 07:05:38 +0000 |
commit | 96f526efaafe2534c611c9109d9b1238d1fa1d0e (patch) | |
tree | acd93aaaa435097805d23a0e77cb6712248aef1b /ftp/axel | |
parent | c9eefb9d0024339e15fca954071280d8784a3e8f (diff) | |
download | FreeBSD-ports-96f526efaafe2534c611c9109d9b1238d1fa1d0e.zip FreeBSD-ports-96f526efaafe2534c611c9109d9b1238d1fa1d0e.tar.gz |
make it build again
PR: 37321
Submitted by: maintainer
Diffstat (limited to 'ftp/axel')
-rw-r--r-- | ftp/axel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/axel/Makefile b/ftp/axel/Makefile index 7900a41..bbf68cd 100644 --- a/ftp/axel/Makefile +++ b/ftp/axel/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext 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 |