summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2012-12-04 20:34:41 +0000
committerPav Lucistnik <pav@FreeBSD.org>2012-12-04 20:34:41 +0000
commit7e5f59ac4247321d7f6e7d5a07ea359fad7d03dd (patch)
tree710a885d2a708cf3b4c242ce2dae0a495d0a35cf /shells
parent- Fix typo in MAINTAINER email address (diff)
- Fix typo in OPTIONS code
Spotted by: rm Feature safe: yes
Notes
Notes: svn path=/head/; revision=308270
Diffstat (limited to 'shells')
-rw-r--r--shells/rssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/rssh/Makefile b/shells/rssh/Makefile
index a5bc7bd4163d..f758ff333c36 100644
--- a/shells/rssh/Makefile
+++ b/shells/rssh/Makefile
@@ -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