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

- Fix group permissions

PR:		ports/180379
Reported by:	romain
This commit is contained in:
Steve Wills 2013-07-21 04:45:05 +00:00
parent d38f97c1a4
commit ec4947a312
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323365

View File

@ -3,6 +3,7 @@
PORTNAME= shoulda-context
PORTVERSION= 1.1.4
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@ -14,4 +15,8 @@ USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES+= bin/convert_to_should_syntax
post-patch:
@${FIND} ${WRKSRC} -type d -exec ${CHMOD} g+rx '{}' +
@${FIND} ${WRKSRC} -type f -exec ${CHMOD} g+r '{}' +
.include <bsd.port.mk>