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-WDDX/Makefile | |
parent | f83af9fadf126ce99ee41552d898bc5eb04fd222 (diff) | |
download | ports-5fad809a5036ede0aa1484f20794ae259980b7fa.tar.gz ports-5fad809a5036ede0aa1484f20794ae259980b7fa.zip |
Notes
Diffstat (limited to 'textproc/p5-WDDX/Makefile')
-rw-r--r-- | textproc/p5-WDDX/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-WDDX/Makefile b/textproc/p5-WDDX/Makefile index 33254e0ac6df..614e07bb4c8e 100644 --- a/textproc/p5-WDDX/Makefile +++ b/textproc/p5-WDDX/Makefile @@ -18,10 +18,10 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +OPTIONS_DEFINE= DOCS + post-install: -.if !defined(NOPORTDOCS) @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/Changes ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk> |