diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-02-04 12:50:16 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-02-04 12:50:16 +0000 |
commit | b3cf7808ea9a79e9a37490a8392a7a1fe1ea19f5 (patch) | |
tree | 06dce2f9f3297774fde991fa91538ddf24943fbb /net/p5-Socket6 | |
parent | 6fa40e0d1a5cdb4944145612a620573c3de3e43c (diff) |
Notes
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 |