diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-07-31 13:25:26 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-07-31 13:25:26 +0000 |
commit | 0a44979b96d899f75f2d231a8fab29d828f302a1 (patch) | |
tree | 7168669dad481efe0134b1493910c362b8b2793b /games/darkplaces | |
parent | 33825714439859db0e96c1bf9b4ead6e68311376 (diff) | |
download | ports-0a44979b96d899f75f2d231a8fab29d828f302a1.tar.gz ports-0a44979b96d899f75f2d231a8fab29d828f302a1.zip |
Notes
Diffstat (limited to 'games/darkplaces')
-rw-r--r-- | games/darkplaces/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/darkplaces/Makefile b/games/darkplaces/Makefile index 823d3ddaae3e..1a5b34a8e692 100644 --- a/games/darkplaces/Makefile +++ b/games/darkplaces/Makefile @@ -83,7 +83,7 @@ do-install: .endfor @${MKDIR} ${DATADIR} @${TOUCH} ${DATADIR}/dummy -.if !{PORT_OPTIONS:MDOCS} +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/darkplaces.txt ${DOCSDIR} .endif |