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 | |
parent | Add xmms-alarm 0.3.1, alarm timer plugin for the X Multimedia System. (diff) |
make it build again
PR: 37321
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=57975
Diffstat (limited to 'ftp')
-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 |