svn commit: r462908 - head/www/rubygem-haml4

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 25 05:32:15 UTC 2018


Author: sunpoet
Date: Sun Feb 25 05:32:14 2018
New Revision: 462908
URL: https://svnweb.freebsd.org/changeset/ports/462908

Log:
  Avoid conflicts with www/rubygem-haml
  
  - Bump PORTREVISION for package change

Modified:
  head/www/rubygem-haml4/Makefile

Modified: head/www/rubygem-haml4/Makefile
==============================================================================
--- head/www/rubygem-haml4/Makefile	Sun Feb 25 05:32:09 2018	(r462907)
+++ head/www/rubygem-haml4/Makefile	Sun Feb 25 05:32:14 2018	(r462908)
@@ -3,6 +3,7 @@
 
 PORTNAME=	haml
 PORTVERSION=	4.0.7
+PORTREVISION=	1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	4
@@ -21,6 +22,7 @@ NO_ARCH=	yes
 USE_RUBY=	yes
 USES=		gem
 
-PLIST_FILES=	bin/haml
+post-install:
+	${RM} ${STAGEDIR}${PREFIX}/bin/haml
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list