Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Dec 2012 20:34:41 +0000 (UTC)
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308270 - head/shells/rssh
Message-ID:  <201212042034.qB4KYfHk050725@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212042034.qB4KYfHk050725>