mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Support staging
This commit is contained in:
parent
de90ca6b10
commit
d77672679a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346119
1 changed files with 3 additions and 6 deletions
|
@ -10,13 +10,10 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= A script that converts IRC logfiles into an HTML statistics page
|
||||
|
||||
USES= perl5
|
||||
NO_BUILD= YES
|
||||
NO_BUILD= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@if [ ! -d ${DATADIR} ]; then \
|
||||
${MKDIR} ${DATADIR}; \
|
||||
fi
|
||||
${CP} -R ${WRKSRC}/* ${DATADIR}/
|
||||
${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue