Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2013 10:25:17 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317504 - head/net/remmina-plugins
Message-ID:  <201305061025.r46APHGP039097@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon May  6 10:25:16 2013
New Revision: 317504
URL: http://svnweb.freebsd.org/changeset/ports/317504

Log:
  Fix typo

Modified:
  head/net/remmina-plugins/bsd.plugin.mk

Modified: head/net/remmina-plugins/bsd.plugin.mk
==============================================================================
--- head/net/remmina-plugins/bsd.plugin.mk	Mon May  6 10:22:41 2013	(r317503)
+++ head/net/remmina-plugins/bsd.plugin.mk	Mon May  6 10:25:16 2013	(r317504)
@@ -47,7 +47,7 @@ LDFLAGS+=	-fstack-protector
 PLIST_SUB+=	SSH=""
 .endif
 
-.if ${PORT_OPTONS:MNLS}
+.if ${PORT_OPTIONS:MNLS}
 RUN_DEPENDS+=	${LOCALBASE}/share/locale/bg/LC_MESSAGES/remmina-plugins.mo:${PORTSDIR}/net/remmina-plugin-i18n
 .endif
 



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