Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2015 12:16:30 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389196 - head/devel/rubygem-sprockets3
Message-ID:  <201506111216.t5BCGUDK028271@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Jun 11 12:16:29 2015
New Revision: 389196
URL: https://svnweb.freebsd.org/changeset/ports/389196

Log:
  devel/rubygem-sprockets3: prevent conflict with devel/rubygem-sprockets

Modified:
  head/devel/rubygem-sprockets3/Makefile

Modified: head/devel/rubygem-sprockets3/Makefile
==============================================================================
--- head/devel/rubygem-sprockets3/Makefile	Thu Jun 11 12:06:47 2015	(r389195)
+++ head/devel/rubygem-sprockets3/Makefile	Thu Jun 11 12:16:29 2015	(r389196)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sprockets
 PORTVERSION=	3.2.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	3
@@ -20,6 +21,7 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-PLIST_FILES=	bin/sprockets
+post-install:
+	@${RM} ${STAGEDIR}${PREFIX}/bin/sprockets
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506111216.t5BCGUDK028271>