diff options
author | tobez <tobez@FreeBSD.org> | 2006-12-22 12:32:07 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2006-12-22 12:32:07 +0000 |
commit | d4db1492e52d6067902f65d20a0a28f22dfca860 (patch) | |
tree | dc5e0655b3e75ba977d5d914f25af23ce42937c5 | |
parent | 45ffc0188813ca71851e2d71dace19d026cfabef (diff) | |
download | FreeBSD-ports-d4db1492e52d6067902f65d20a0a28f22dfca860.zip FreeBSD-ports-d4db1492e52d6067902f65d20a0a28f22dfca860.tar.gz |
Unbreak by fixing pkg-plist.
PR: 104283, 104306
Submitted by: clsung, Thomas Abthorpe <thomas@goodking.ca>
-rw-r--r-- | net/p5-NetAddr-IP-Count/Makefile | 2 | ||||
-rw-r--r-- | net/p5-NetAddr-IP-Count/pkg-plist | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/net/p5-NetAddr-IP-Count/Makefile b/net/p5-NetAddr-IP-Count/Makefile index efcc5a5..174a40c 100644 --- a/net/p5-NetAddr-IP-Count/Makefile +++ b/net/p5-NetAddr-IP-Count/Makefile @@ -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 diff --git a/net/p5-NetAddr-IP-Count/pkg-plist b/net/p5-NetAddr-IP-Count/pkg-plist index dfac41b..acde37d 100644 --- a/net/p5-NetAddr-IP-Count/pkg-plist +++ b/net/p5-NetAddr-IP-Count/pkg-plist @@ -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 |