- Stage support

This commit is contained in:
Martin Wilke 2014-02-03 03:55:30 +00:00
parent 5495791f43
commit 993b3b4dcc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342380
2 changed files with 3 additions and 8 deletions

View File

@ -14,17 +14,11 @@ TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
USES= perl5
USE_PERL5= configure
NO_STAGE= yes
MAN3= ExtUtils::CChecker.3
.if !defined(NOPORTDOCS)
PORTDOCS= Changes README
post-install:
@${INSTALL} -o ${DOCOWN} -g ${DOCGRP} -m 555 -d ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
@${INSTALL} -o ${DOCOWN} -g ${DOCGRP} -m 555 -d ${STAGEDIR}${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/ExtUtils/CChecker.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/CChecker/.packlist
%%PERL5_MAN3%%/ExtUtils::CChecker.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/CChecker
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils
@dirrmtry %%SITE_PERL%%/ExtUtils