diff options
author | makc <makc@FreeBSD.org> | 2012-07-31 21:25:26 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2012-07-31 21:25:26 +0800 |
commit | fc03d91cfdc9e528840e144597dd51c73bd75eac (patch) | |
tree | 7168669dad481efe0134b1493910c362b8b2793b /games/darkplaces | |
parent | 7ab7033c1457e604dea3c04c07d25e542c7577d4 (diff) | |
download | freebsd-ports-gnome-fc03d91cfdc9e528840e144597dd51c73bd75eac.tar.gz freebsd-ports-gnome-fc03d91cfdc9e528840e144597dd51c73bd75eac.tar.zst freebsd-ports-gnome-fc03d91cfdc9e528840e144597dd51c73bd75eac.zip |
Fix typo/logic after conversion to new option framework
Reported by: erwin/pointyhat for textproc/qstardict
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 |