1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

Update PLIST_FILES: remove %%

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-08-12 17:34:29 +00:00
parent ce30fb4b1f
commit df29193d35
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477023

View File

@ -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>