diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-24 15:37:54 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-24 15:37:54 +0000 |
commit | 9286d096046c7675147cde5456b244a66db9f18c (patch) | |
tree | 688d143fd3fc05f7dcee8e66fb4875ade9f850d4 /polish/libtlen | |
parent | cd9e033782a80bfc923a3d5e674c11ba58e0f489 (diff) | |
download | ports-9286d096046c7675147cde5456b244a66db9f18c.tar.gz ports-9286d096046c7675147cde5456b244a66db9f18c.zip |
Notes
Diffstat (limited to 'polish/libtlen')
-rw-r--r-- | polish/libtlen/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/polish/libtlen/Makefile b/polish/libtlen/Makefile index e4f2f81d628f..a71e43aa6a85 100644 --- a/polish/libtlen/Makefile +++ b/polish/libtlen/Makefile @@ -11,13 +11,16 @@ COMMENT= Backend for interoperability with Tlen.pl, Polish IM network GNU_CONFIGURE= yes USE_LDCONFIG= yes -NO_STAGE= yes -.if !defined(NOPORTDOCS) +OPTIONS_DEFINE= DOCS + +.include <bsd.port.options.mk> + post-install: - @${MKDIR} ${DOCSDIR} +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in libtlen.html libtlen.css AUTHORS TODO - @${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/docs/${f} ${STAGEDIR}${DOCSDIR} .endfor .endif |