mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Fix plist
Reported by: pointyhat via pav
This commit is contained in:
parent
1eb866ba37
commit
a0a5ea5364
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183338
@ -26,4 +26,11 @@ USE_PERL5= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GETTEXT= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-configure:
|
||||
sed -e "s,@VERSION@,${PORTVERSION}," < ${WRKSRC}/lib/Makefile.PL.in > ${WRKSRC}/lib/Makefile.PL
|
||||
cd ${WRKSRC}/lib; ${PERL} Makefile.PL
|
||||
${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install//' ${WRKSRC}/lib/Makefile
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -4,6 +4,7 @@ etc/llgal/llgalrc
|
||||
%%SITE_PERL%%/Llgal/Utils.pm
|
||||
%%SITE_PERL%%/Llgal/Templates.pm
|
||||
%%SITE_PERL%%/Llgal/Messages.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Llgal/.packlist
|
||||
share/llgal/captions.header
|
||||
share/llgal/index.png
|
||||
share/llgal/indextemplate.html
|
||||
@ -13,5 +14,6 @@ share/llgal/prev.png
|
||||
share/llgal/slidetemplate.html
|
||||
share/llgal/tile.png
|
||||
share/locale/fr/LC_MESSAGES/llgal.mo
|
||||
@dirrm share/llgal
|
||||
@dirrm %%SITE_PERL%%/Llgal
|
||||
@dirrm etc/llgal
|
||||
|
Loading…
Reference in New Issue
Block a user