mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Install PORTDOCS
PR: ports/66076 Submitted by: maintainer
This commit is contained in:
parent
3b37361f50
commit
6f8804cd13
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107939
1 changed files with 10 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Proc-ProcessTable
|
||||
PORTVERSION= 0.39
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Proc
|
||||
|
@ -21,5 +22,14 @@ MAN3= Proc::ProcessTable::Process.3 \
|
|||
Proc::Killall.3 \
|
||||
Proc::ProcessTable.3 \
|
||||
Proc::Killfam.3
|
||||
PORTDOCS= README README.freebsd
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for i in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue