Date: Sun, 12 Aug 2018 17:34:30 +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: r477023 - head/devel/p5-JIRA-REST Message-ID: <201808121734.w7CHYUP6003378@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Aug 12 17:34:29 2018 New Revision: 477023 URL: https://svnweb.freebsd.org/changeset/ports/477023 Log: Update PLIST_FILES: remove %% Modified: head/devel/p5-JIRA-REST/Makefile Modified: head/devel/p5-JIRA-REST/Makefile ============================================================================== --- head/devel/p5-JIRA-REST/Makefile Sun Aug 12 17:34:24 2018 (r477022) +++ head/devel/p5-JIRA-REST/Makefile Sun Aug 12 17:34:29 2018 (r477023) @@ -26,7 +26,7 @@ USES= perl5 USE_PERL5= configure NO_ARCH= yes -PLIST_FILES= %%SITE_PERL%%/JIRA/REST.pm \ - %%PERL5_MAN3%%/JIRA::REST.3.gz +PLIST_FILES= ${SITE_PERL_REL}/JIRA/REST.pm \ + ${SITE_MAN3_REL}/JIRA::REST.3.gz .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808121734.w7CHYUP6003378>