diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 02:54:53 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 02:54:53 +0000 |
commit | 882b641c0d019ec6e8f14779081e107087216fe1 (patch) | |
tree | 3aa25390a1624e7a85e0bc4e1fb2d9949400d1e0 /mail/p5-Log-Procmail/Makefile | |
parent | 5f376ca8257b030867f0ca59c0709dc31d78f152 (diff) |
Support STAGEDIR.
Notes
Notes:
svn path=/head/; revision=332803
Diffstat (limited to 'mail/p5-Log-Procmail/Makefile')
-rw-r--r-- | mail/p5-Log-Procmail/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/p5-Log-Procmail/Makefile b/mail/p5-Log-Procmail/Makefile index fa29287d1c5f..fba932c3ab1d 100644 --- a/mail/p5-Log-Procmail/Makefile +++ b/mail/p5-Log-Procmail/Makefile @@ -12,17 +12,13 @@ COMMENT= Perl extension for reading procmail logfiles USES= perl5 USE_PERL5= configure -NO_STAGE= yes - -MAN1= mailstat.pl.1 -MAN3= Log::Procmail.3 .if !defined(NOPORTDOCS) PORTDOCS= Changes post-install: - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif |