Unbreak by fixing pkg-plist.
PR: 104283, 104306 Submitted by: clsung, Thomas Abthorpe <thomas@goodking.ca>
This commit is contained in:
parent
5e4497a52a
commit
0a0340c4a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180481
2 changed files with 1 additions and 2 deletions
|
@ -18,8 +18,6 @@ COMMENT= NetAddr::IP::Count - Count hosts in named subnets
|
|||
BUILD_DEPENDS= p5-NetAddr-IP>0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
BROKEN= Incomplete pkg-plist
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= NetAddr::IP::Count.3
|
||||
|
|
|
@ -3,3 +3,4 @@
|
|||
%%SITE_PERL%%/NetAddr/IP/Count.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/NetAddr/IP/Count
|
||||
@dirrmtry %%SITE_PERL%%/NetAddr/IP
|
||||
@dirrmtry %%SITE_PERL%%/NetAddr
|
||||
|
|
Loading…
Reference in a new issue