mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
- Improve the Makefile
- Bump PORTREVISION Approved by: maintainer(implicit)
This commit is contained in:
parent
c5deaaea38
commit
e483a318c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252663
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= App-Build
|
||||
PORTVERSION= 0.72
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -23,11 +24,10 @@ BUILD_DEPENDS= p5-Test-Differences>=0.47:${PORTSDIR}/devel/p5-Test-Differences \
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= CHANGES README
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/CHANGES ${WRKSRC}/README ${DOCSDIR}
|
||||
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
||||
.endif
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
%%SITE_PERL%%/App/Build.pm
|
||||
@dirrmtry %%SITE_PERL%%/App
|
||||
|
Loading…
Reference in New Issue
Block a user