aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Log-Procmail/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-11-05 02:54:53 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-11-05 02:54:53 +0000
commit882b641c0d019ec6e8f14779081e107087216fe1 (patch)
tree3aa25390a1624e7a85e0bc4e1fb2d9949400d1e0 /mail/p5-Log-Procmail/Makefile
parent5f376ca8257b030867f0ca59c0709dc31d78f152 (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/Makefile8
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