diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 22:50:40 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 22:50:40 +0000 |
| commit | 5fad809a5036ede0aa1484f20794ae259980b7fa (patch) | |
| tree | cddd9991fc9d4b10a6996ebf4fafeeaf1d756cbe /textproc/p5-RDF-Core | |
| parent | f83af9fadf126ce99ee41552d898bc5eb04fd222 (diff) | |
Notes
Diffstat (limited to 'textproc/p5-RDF-Core')
| -rw-r--r-- | textproc/p5-RDF-Core/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-RDF-Core/Makefile b/textproc/p5-RDF-Core/Makefile index 8415ca4badc1..eb71829654dd 100644 --- a/textproc/p5-RDF-Core/Makefile +++ b/textproc/p5-RDF-Core/Makefile @@ -21,13 +21,13 @@ USE_PERL5= configure DOCSUBDIR= / RDF RDF/Core RDF/Core/Enumerator RDF/Core/Model \ RDF/Core/Storage +OPTIONS_DEFINE= DOCS + post-install: -.ifndef(NOPORTDOCS) @${ECHO_MSG} "===> Installing documentation for ${PKGNAME}" .for DOCDIR in ${DOCSUBDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR}/${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/doc/${DOCDIR}/*.html ${STAGEDIR}${DOCSDIR}/${DOCDIR} .endfor -.endif .include <bsd.port.mk> |
