aboutsummaryrefslogtreecommitdiff
path: root/games/gnuchess
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2013-03-29 07:01:50 +0000
committerJohan van Selst <johans@FreeBSD.org>2013-03-29 07:01:50 +0000
commit6d6de564d304ed4311e062c8ccc54a7137526c4b (patch)
tree7311dda35a08d8fad0c5e6dd9d5e8775556ea64f /games/gnuchess
parent1a821f5443d9ad341ebb28c56ff3075107fcfef6 (diff)
downloadports-6d6de564d304ed4311e062c8ccc54a7137526c4b.tar.gz
ports-6d6de564d304ed4311e062c8ccc54a7137526c4b.zip
Notes
Diffstat (limited to 'games/gnuchess')
-rw-r--r--games/gnuchess/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile
index 90e2b706a317..9db229531331 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 !defined(NOPORTDOCS)
+.if ${PORT_OPITONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/NEWS ${WRKSRC}/doc/* ${DOCSDIR}
.endif