1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

- Fix typo in OPTIONS code

Spotted by:	rm
Feature safe:	yes
This commit is contained in:
Pav Lucistnik 2012-12-04 20:34:41 +00:00
parent f1e9a9bf38
commit 7e5f59ac42
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308270

View File

@ -23,7 +23,7 @@ RDIST_DESC= rdist support
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDIST}
.if ${PORT_OPTIONS:MRDIST}
RUN_DEPENDS+= ${LOCALBASE}/bin/rdist6:${PORTSDIR}/net/rdist6
CONFIGURE_ARGS+=--with-rdist=${LOCALBASE}/bin/rdist6
.endif