Date: Sun, 25 Feb 2018 05:32:14 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462908 - head/www/rubygem-haml4 Message-ID: <201802250532.w1P5WExg063867@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802250532.w1P5WExg063867>