chmod clusterssh's MYMETA.json to be writable, needed for newer perl

This commit is contained in:
sthen 2013-03-21 19:07:56 +00:00
parent fc100b69f7
commit 49ed2a97f0

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2013/03/11 11:41:24 espie Exp $
# $OpenBSD: Makefile,v 1.11 2013/03/21 19:07:56 sthen Exp $
COMMENT= secure concurrent multi-server terminal control
@ -33,4 +33,7 @@ TEST_DEPENDS=devel/p5-Test-Trap \
MAKE_ENV= TEST_POD=Yes
post-extract:
cd ${WRKSRC}; chmod -R u+w MYMETA.json
.include <bsd.port.mk>