Date: Thu, 28 Feb 2019 21:36:06 +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: r494204 - head/textproc/rubygem-asciidoctor Message-ID: <201902282136.x1SLa6Y6010841@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902282136.x1SLa6Y6010841>