aboutsummaryrefslogtreecommitdiff
path: root/games/belooted/Makefile
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2012-06-15 09:55:17 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2012-06-15 09:55:17 +0000
commit11be97e555ca541e44ad4422fc5323fbf547332e (patch)
tree9d6e1c274d422254bf04761aa56182097844a557 /games/belooted/Makefile
parentf4b48ac11d937303643851ba2d2e2230a59ff8f0 (diff)
downloadports-11be97e555ca541e44ad4422fc5323fbf547332e.tar.gz
ports-11be97e555ca541e44ad4422fc5323fbf547332e.zip
Notes
Diffstat (limited to 'games/belooted/Makefile')
-rw-r--r--games/belooted/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/belooted/Makefile b/games/belooted/Makefile
index ff9e89cf438a..5f3f7ab9a3e9 100644
--- a/games/belooted/Makefile
+++ b/games/belooted/Makefile
@@ -26,8 +26,10 @@ LDFLAGS+= -L${LOCALBASE}/lib
PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
+.include <bsd.port.options.mk>
+
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
.for doc in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}