Skip to content

Commit 221600b

Browse files
author
antoine
committed
Make usable by non root users
See also: fizx/robots#6 git-svn-id: svn+ssh://svn.freebsd.org/ports/head@366241 35697150-7ecd-e111-bb59-0022644237b5
1 parent a8e227b commit 221600b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

www/rubygem-robots/Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
PORTNAME= robots
55
PORTVERSION= 0.10.1
6+
PORTREVISION= 1
67
CATEGORIES= www rubygems
78
MASTER_SITES= RG
89

@@ -15,4 +16,7 @@ USE_RUBY= yes
1516
USE_RUBYGEMS= yes
1617
RUBYGEM_AUTOPLIST= yes
1718

19+
post-extract:
20+
${CHMOD} -R a+r ${WRKSRC}
21+
1822
.include <bsd.port.mk>

0 commit comments

Comments
 (0)