- 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 13:53:22 +00:00
parent 5cbae451e2
commit a932b062a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427316

View File

@ -21,4 +21,7 @@ NO_ARCH= yes
USE_PERL5= configure
USES= perl5
post-extract:
@${FIND} ${WRKSRC} -name "._*" -delete
.include <bsd.port.mk>