svn commit: r317504 - head/net/remmina-plugins

Baptiste Daroussin bapt at FreeBSD.org
Mon May 6 10:25:17 UTC 2013


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
 


More information about the svn-ports-all mailing list