diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2012-06-15 09:55:17 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2012-06-15 09:55:17 +0000 |
commit | 11be97e555ca541e44ad4422fc5323fbf547332e (patch) | |
tree | 9d6e1c274d422254bf04761aa56182097844a557 /games/belooted/Makefile | |
parent | f4b48ac11d937303643851ba2d2e2230a59ff8f0 (diff) | |
download | ports-11be97e555ca541e44ad4422fc5323fbf547332e.tar.gz ports-11be97e555ca541e44ad4422fc5323fbf547332e.zip |
Notes
Diffstat (limited to 'games/belooted/Makefile')
-rw-r--r-- | games/belooted/Makefile | 4 |
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} |