svn commit: r545999 - head/www/rubygem-hamlit

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 23 19:48:42 UTC 2020


Author: sunpoet
Date: Sun Aug 23 19:48:37 2020
New Revision: 545999
URL: https://svnweb.freebsd.org/changeset/ports/545999

Log:
  Remove outdated CONFLICTS_INSTALL

Modified:
  head/www/rubygem-hamlit/Makefile

Modified: head/www/rubygem-hamlit/Makefile
==============================================================================
--- head/www/rubygem-hamlit/Makefile	Sun Aug 23 19:48:33 2020	(r545998)
+++ head/www/rubygem-hamlit/Makefile	Sun Aug 23 19:48:37 2020	(r545999)
@@ -16,12 +16,11 @@ RUN_DEPENDS=	rubygem-temple>=0.8.2:devel/rubygem-templ
 		rubygem-thor>=0:devel/rubygem-thor \
 		rubygem-tilt>=0:devel/rubygem-tilt
 
-CONFLICTS_INSTALL=	rubygem-hamlit26
-
 USES=		gem shebangfix
 USE_RUBY=	yes
-SHEBANG_FILES=	bin/setup bin/test bin/ruby
 
 PLIST_FILES=	bin/hamlit
+
+SHEBANG_FILES=	bin/ruby bin/setup bin/test
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list