1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Clean up garbage files and don't stage them, fix stage-qa

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2016-11-28 14:00:31 +00:00
parent 3855a6a22c
commit cfe14b18ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427318

View File

@ -24,4 +24,7 @@ USES= perl5
USE_PERL5= configure
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
post-extract:
@${FIND} ${WRKSRC} -name "._*" -delete
.include <bsd.port.mk>