diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-22 07:05:38 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-22 07:05:38 +0000 |
commit | ee463809865b4a3173995ba0fda314838f8418be (patch) | |
tree | cb1521e3e6cee467423d2020e51a4933e7cd908b /ftp/axel | |
parent | 266debfd6bb094768817340ce4abe38eb5f38029 (diff) | |
download | ports-ee463809865b4a3173995ba0fda314838f8418be.tar.gz ports-ee463809865b4a3173995ba0fda314838f8418be.zip |
Notes
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 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 |