svn commit: r308270 - head/shells/rssh
Pav Lucistnik
pav at FreeBSD.org
Tue Dec 4 20:34:42 UTC 2012
Author: pav
Date: Tue Dec 4 20:34:41 2012
New Revision: 308270
URL: http://svnweb.freebsd.org/changeset/ports/308270
Log:
- Fix typo in OPTIONS code
Spotted by: rm
Feature safe: yes
Modified:
head/shells/rssh/Makefile
Modified: head/shells/rssh/Makefile
==============================================================================
--- head/shells/rssh/Makefile Tue Dec 4 20:33:07 2012 (r308269)
+++ head/shells/rssh/Makefile Tue Dec 4 20:34:41 2012 (r308270)
@@ -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
More information about the svn-ports-all
mailing list