svn commit: r477023 - head/devel/p5-JIRA-REST

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 12 17:34:32 UTC 2018


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>


More information about the svn-ports-all mailing list