Support staging

This commit is contained in:
Emanuel Haupt 2014-02-26 07:14:19 +00:00
parent de90ca6b10
commit d77672679a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346119

View file

@ -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>