aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2013-03-29 07:07:33 +0000
committerJohan van Selst <johans@FreeBSD.org>2013-03-29 07:07:33 +0000
commitf433c380006b76c2787d99c591628a49c9bc98ec (patch)
tree9b48e9de2cae89e56ed88a13d9af7090ccf1eea0 /games
parent6d6de564d304ed4311e062c8ccc54a7137526c4b (diff)
downloadports-f433c380006b76c2787d99c591628a49c9bc98ec.tar.gz
ports-f433c380006b76c2787d99c591628a49c9bc98ec.zip
Correct typo in previous commit
Notes
Notes: svn path=/head/; revision=315523
Diffstat (limited to 'games')
-rw-r--r--games/gnuchess/Makefile2
1 files changed, 1 insertions, 1 deletions
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