Date: Tue, 26 Aug 2014 17:35:53 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366241 - head/www/rubygem-robots Message-ID: <201408261735.s7QHZrJb012250@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Aug 26 17:35:53 2014 New Revision: 366241 URL: http://svnweb.freebsd.org/changeset/ports/366241 QAT: https://qat.redports.org/buildarchive/r366241/ Log: Make usable by non root users See also: https://github.com/fizx/robots/issues/6 Modified: head/www/rubygem-robots/Makefile Modified: head/www/rubygem-robots/Makefile ============================================================================== --- head/www/rubygem-robots/Makefile Tue Aug 26 17:35:45 2014 (r366240) +++ head/www/rubygem-robots/Makefile Tue Aug 26 17:35:53 2014 (r366241) @@ -3,6 +3,7 @@ PORTNAME= robots PORTVERSION= 0.10.1 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -15,4 +16,7 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +post-extract: + ${CHMOD} -R a+r ${WRKSRC} + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408261735.s7QHZrJb012250>