mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
fix broken by s/mach/%%PERL_ARCH%%/ in plist
This commit is contained in:
parent
bc79814d8b
commit
a893a0d15f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114554
2 changed files with 4 additions and 10 deletions
|
@ -20,10 +20,4 @@ PERL_CONFIGURE= yes
|
|||
|
||||
MAN3= Net::Ident.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "Broken pkg-plist"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
%%SITE_PERL%%/Net/Ident.pm
|
||||
%%SITE_PERL%%/mach/auto/Net/Ident/.packlist
|
||||
@dirrm %%SITE_PERL%%/mach/auto/Net/Ident
|
||||
@unexec rmdir %D/%%SITE_PERL%%/mach/auto/Net 2>/dev/null || true
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Ident/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Ident
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true
|
||||
|
|
Loading…
Add table
Reference in a new issue