svn commit: r366241 - head/www/rubygem-robots

Antoine Brodin antoine at FreeBSD.org
Tue Aug 26 17:35:53 UTC 2014


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>


More information about the svn-ports-head mailing list