mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
- Support STAGE
PR: ports/184106 Submitted by: maintainer
This commit is contained in:
parent
bc145d81d4
commit
9e28d7b53c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334402
@ -1,4 +1,3 @@
|
||||
# Created by: Takefu <takefu@airport.fm>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= HTML-Defaultify
|
||||
@ -15,7 +14,5 @@ RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
MAN3= HTML::Defaultify.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/HTML/Defaultify.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Defaultify/.packlist
|
||||
%%PERL5_MAN3%%/HTML::Defaultify.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/HTML
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Defaultify
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML
|
||||
|
Loading…
Reference in New Issue
Block a user