From 41a4091e58884073247e0bd59cfc246c559a1ed1 Mon Sep 17 00:00:00 2001 From: johans Date: Fri, 29 Mar 2013 07:07:33 +0000 Subject: Correct typo in previous commit --- games/gnuchess/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games') diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile index 9db229531331..d61ceddd94a5 100644 --- a/games/gnuchess/Makefile +++ b/games/gnuchess/Makefile @@ -44,7 +44,7 @@ post-build: post-install: ${LN} -f ${PREFIX}/bin/gnuchess ${PREFIX}/bin/gnuchessx -.if ${PORT_OPITONS:MDOCS} +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/NEWS ${WRKSRC}/doc/* ${DOCSDIR} .endif -- cgit