svn commit: r321993 - head/games/actx

Baptiste Daroussin bapt at FreeBSD.org
Fri Jun 28 21:57:46 UTC 2013


Author: bapt
Date: Fri Jun 28 21:57:45 2013
New Revision: 321993
URL: http://svnweb.freebsd.org/changeset/ports/321993

Log:
  Fix typo

Modified:
  head/games/actx/Makefile

Modified: head/games/actx/Makefile
==============================================================================
--- head/games/actx/Makefile	Fri Jun 28 21:55:51 2013	(r321992)
+++ head/games/actx/Makefile	Fri Jun 28 21:57:45 2013	(r321993)
@@ -43,7 +43,7 @@ post-install:
 .for i in sample.Xdefaults sample.actxrc
 	@ ${INSTALL_DATA} ${WRKSRC}/samples/$i ${ACTXDIR}
 .endfor
-.if ${PORT_OPTONS:MDOCS}
+.if ${PORT_OPTIONS:MDOCS}
 .for i in doc/ForDevelloper.jis doc/ManualInstall.jis README.jis
 	@ ${MKDIR} ${PREFIX}/share/doc/ja/actx
 	@ ${INSTALL_MAN} ${WRKSRC}/$i ${PREFIX}/share/doc/ja/actx


More information about the svn-ports-all mailing list