diff options
-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 |