diff options
Diffstat (limited to 'net/p5-Socket6')
-rw-r--r-- | net/p5-Socket6/Makefile | 6 | ||||
-rw-r--r-- | net/p5-Socket6/pkg-plist | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net/p5-Socket6/Makefile b/net/p5-Socket6/Makefile index dda179e990fb..1e1b6061646d 100644 --- a/net/p5-Socket6/Makefile +++ b/net/p5-Socket6/Makefile @@ -17,4 +17,10 @@ COMMENT= Perl module to support getaddrinfo() and getnameinfo() PERL_CONFIGURE= yes +PLIST_FILES= %%SITE_PERL%%/%%PERL_ARCH%%/Socket6.pm \ + %%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket6/.packlist \ + %%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket6/Socket6.bs \ + %%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket6/Socket6.so +PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket6 + .include <bsd.port.mk> diff --git a/net/p5-Socket6/pkg-plist b/net/p5-Socket6/pkg-plist deleted file mode 100644 index 01f8440ef22d..000000000000 --- a/net/p5-Socket6/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/Socket6.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket6/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket6/Socket6.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket6/Socket6.so -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket6 |