diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-22 15:05:38 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-22 15:05:38 +0800 |
commit | 96f526efaafe2534c611c9109d9b1238d1fa1d0e (patch) | |
tree | acd93aaaa435097805d23a0e77cb6712248aef1b /ftp/axel/Makefile | |
parent | c9eefb9d0024339e15fca954071280d8784a3e8f (diff) | |
download | freebsd-ports-gnome-96f526efaafe2534c611c9109d9b1238d1fa1d0e.tar.gz freebsd-ports-gnome-96f526efaafe2534c611c9109d9b1238d1fa1d0e.tar.zst freebsd-ports-gnome-96f526efaafe2534c611c9109d9b1238d1fa1d0e.zip |
make it build again
PR: 37321
Submitted by: maintainer
Diffstat (limited to 'ftp/axel/Makefile')
-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 7900a412d870..bbf68cd4c35a 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 |