Date: Mon, 24 Sep 2018 11:12:46 +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: r480580 - head/dns/rubygem-public_suffix Message-ID: <201809241112.w8OBCkqN027225@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Sep 24 11:12:46 2018 New Revision: 480580 URL: https://svnweb.freebsd.org/changeset/ports/480580 Log: Cosmetic change Modified: head/dns/rubygem-public_suffix/Makefile Modified: head/dns/rubygem-public_suffix/Makefile ============================================================================== --- head/dns/rubygem-public_suffix/Makefile Mon Sep 24 11:12:41 2018 (r480579) +++ head/dns/rubygem-public_suffix/Makefile Mon Sep 24 11:12:46 2018 (r480580) @@ -15,9 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt PATCH_DEPENDS= public_suffix_list>=0:dns/public_suffix_list -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes post-patch: @${CP} ${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat ${WRKSRC}/data/definitions.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809241112.w8OBCkqN027225>