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/sdf | |
parent | f83af9fadf126ce99ee41552d898bc5eb04fd222 (diff) |
Notes
Diffstat (limited to 'textproc/sdf')
-rw-r--r-- | textproc/sdf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/sdf/Makefile b/textproc/sdf/Makefile index a95b3256080a..339deb07cf9e 100644 --- a/textproc/sdf/Makefile +++ b/textproc/sdf/Makefile @@ -15,10 +15,10 @@ COMMENT= Simple Document Format - "author-friendly" mark-up system USES= perl5 USE_PERL5= configure +OPTIONS_DEFINE= DOCS + post-install: -.if !defined(NOPORTDOCS) @${MKDIR} ${STAGEDIR}${DOCSDIR} - @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) -.endif + (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include <bsd.port.mk> |