svn commit: r389196 - head/devel/rubygem-sprockets3

Steve Wills swills at FreeBSD.org
Thu Jun 11 12:16:30 UTC 2015


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>


More information about the svn-ports-head mailing list