svn commit: r494204 - head/textproc/rubygem-asciidoctor

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Feb 28 21:36:16 UTC 2019


Author: sunpoet
Date: Thu Feb 28 21:36:06 2019
New Revision: 494204
URL: https://svnweb.freebsd.org/changeset/ports/494204

Log:
  Use = instead of +=

Modified:
  head/textproc/rubygem-asciidoctor/Makefile

Modified: head/textproc/rubygem-asciidoctor/Makefile
==============================================================================
--- head/textproc/rubygem-asciidoctor/Makefile	Thu Feb 28 21:36:01 2019	(r494203)
+++ head/textproc/rubygem-asciidoctor/Makefile	Thu Feb 28 21:36:06 2019	(r494204)
@@ -16,6 +16,6 @@ USE_RUBY=	yes
 
 NO_ARCH=	yes
 
-PLIST_FILES+=	bin/asciidoctor bin/asciidoctor-safe
+PLIST_FILES=	bin/asciidoctor bin/asciidoctor-safe
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list