diff options
author | johans <johans@FreeBSD.org> | 2013-03-29 15:07:33 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2013-03-29 15:07:33 +0800 |
commit | 41a4091e58884073247e0bd59cfc246c559a1ed1 (patch) | |
tree | 9b48e9de2cae89e56ed88a13d9af7090ccf1eea0 /games | |
parent | 770d77117eec5d82fdff823d2f4bae412a36ebed (diff) | |
download | freebsd-ports-gnome-41a4091e58884073247e0bd59cfc246c559a1ed1.tar.gz freebsd-ports-gnome-41a4091e58884073247e0bd59cfc246c559a1ed1.tar.zst freebsd-ports-gnome-41a4091e58884073247e0bd59cfc246c559a1ed1.zip |
Correct typo in previous commit
Diffstat (limited to 'games')
-rw-r--r-- | games/gnuchess/Makefile | 2 |
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 |