diff options
Diffstat (limited to 'net/p5-Net-Divert')
-rw-r--r-- | net/p5-Net-Divert/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Net-Divert/pkg-plist | 12 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/p5-Net-Divert/Makefile b/net/p5-Net-Divert/Makefile index 19a9d4c..61c433b 100644 --- a/net/p5-Net-Divert/Makefile +++ b/net/p5-Net-Divert/Makefile @@ -17,7 +17,6 @@ COMMENT= A module to deal with divert(4) sockets PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Net::Divert.3 .include <bsd.port.mk> diff --git a/net/p5-Net-Divert/pkg-plist b/net/p5-Net-Divert/pkg-plist index 59b8ffc..2c12b25 100644 --- a/net/p5-Net-Divert/pkg-plist +++ b/net/p5-Net-Divert/pkg-plist @@ -1,6 +1,6 @@ -lib/perl5/site_perl/%%PERL_VER%%/Net/Divert.pm -lib/perl5/site_perl/%%PERL_VER%%/auto/Net/Divert/autosplit.ix -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Divert/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Divert -@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Net/Divert -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Net 2>/dev/null || true +%%SITE_PERL%%/Net/Divert.pm +%%SITE_PERL%%/auto/Net/Divert/autosplit.ix +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Divert/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Divert +@dirrm %%SITE_PERL%%/auto/Net/Divert +@unexec rmdir %D/%%SITE_PERL%%/auto/Net 2>/dev/null || true |