mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Pet portlint
- Drop @dirrm* from plist
This commit is contained in:
parent
61ca7f6eb1
commit
be13b486d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380586
@ -11,6 +11,11 @@ DISTNAME= ${PORTNAME}-src-v${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= RSS client that serves HTTP to your local web browser
|
||||
|
||||
LICENSE= EULA
|
||||
LICENSE_NAME= The Clarified Artistic License
|
||||
LICENSE_FILE= ${WRKSRC}/docs/LICENSE
|
||||
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
|
||||
@ -20,11 +25,6 @@ RUN_DEPENDS= \
|
||||
p5-Text-Template>=0:${PORTSDIR}/textproc/p5-Text-Template \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
||||
|
||||
LICENSE= EULA
|
||||
LICENSE_NAME= The Clarified Artistic License
|
||||
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
LICENSE_FILE= ${WRKSRC}/docs/LICENSE
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= run
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
@ -104,7 +104,7 @@ do-install:
|
||||
${XARGS} -0 -x -n 10 -I {} \
|
||||
${MKDIR} ${STAGEDIR}${DATADIR}/{})
|
||||
# files
|
||||
.for ext in gif html ico png pict
|
||||
.for ext in gif html ico png pict
|
||||
(cd ${WRKSRC} && \
|
||||
${FIND} templates -type f -name "*.${ext}" -print0 | \
|
||||
${XARGS} -0 -x -n 10 -I {} \
|
||||
|
@ -39,9 +39,3 @@ bin/AmphetaDesk-real
|
||||
%%DATADIR%%/templates/default/popup.html
|
||||
%%DATADIR%%/templates/default/tpl_footer.html
|
||||
%%DATADIR%%/templates/default/tpl_header.html
|
||||
@dirrm %%DATADIR%%/lists
|
||||
@dirrm %%DATADIR%%/templates/default/gui
|
||||
@dirrm %%DATADIR%%/templates/default/images
|
||||
@dirrm %%DATADIR%%/templates/default
|
||||
@dirrm %%DATADIR%%/templates
|
||||
@dirrm %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user