diff options
Diffstat (limited to 'mail/p5-Log-Procmail/Makefile')
-rw-r--r-- | mail/p5-Log-Procmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/p5-Log-Procmail/Makefile b/mail/p5-Log-Procmail/Makefile index fba932c3ab1d..05bc0cebfefc 100644 --- a/mail/p5-Log-Procmail/Makefile +++ b/mail/p5-Log-Procmail/Makefile @@ -13,13 +13,13 @@ COMMENT= Perl extension for reading procmail logfiles USES= perl5 USE_PERL5= configure -.if !defined(NOPORTDOCS) +OPTIONS_DEFINE= DOCS + PORTDOCS= Changes post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif .include <bsd.port.mk> |