aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2013-03-29 15:01:50 +0800
committerjohans <johans@FreeBSD.org>2013-03-29 15:01:50 +0800
commit770d77117eec5d82fdff823d2f4bae412a36ebed (patch)
tree7311dda35a08d8fad0c5e6dd9d5e8775556ea64f /games
parent2801fa3f9203014bc8a5339a94b3ce42b1bad315 (diff)
downloadfreebsd-ports-gnome-770d77117eec5d82fdff823d2f4bae412a36ebed.tar.gz
freebsd-ports-gnome-770d77117eec5d82fdff823d2f4bae412a36ebed.tar.zst
freebsd-ports-gnome-770d77117eec5d82fdff823d2f4bae412a36ebed.zip
Convert to OptionsNG
Submitted by: jgh
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 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