diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-26 13:08:24 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-26 13:08:24 +0000 |
commit | eee58d187e2c55fca6f53b9e482d33cf5346fe81 (patch) | |
tree | 0d350fe6ad6a2fe3222d838f3c72856c78cd449f /net/p5-Socket6 | |
parent | 3f1df82a16a1e89db9a69b36ade7342f34095ab4 (diff) | |
download | ports-eee58d187e2c55fca6f53b9e482d33cf5346fe81.tar.gz ports-eee58d187e2c55fca6f53b9e482d33cf5346fe81.zip |
Notes
Diffstat (limited to 'net/p5-Socket6')
-rw-r--r-- | net/p5-Socket6/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/p5-Socket6/Makefile b/net/p5-Socket6/Makefile index 787de12816c5..9c9640524f22 100644 --- a/net/p5-Socket6/Makefile +++ b/net/p5-Socket6/Makefile @@ -3,7 +3,7 @@ PORTNAME= Socket6 PORTVERSION= 0.25 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net perl5 ipv6 MASTER_SITES= CPAN MASTER_SITE_SUBDIR=CPAN:UMEMOTO @@ -19,9 +19,7 @@ USE_PERL5= configure CONFIGURE_ENV+= CC="${CC}" PLIST_FILES= %%PERL5_MAN3%%/Socket6.3.gz \ - %%SITE_PERL%%/%%PERL_ARCH%%/Socket6.pm \ - %%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket6/.packlist \ - %%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket6/Socket6.so -PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket6 + %%SITE_ARCH%%/Socket6.pm \ + %%SITE_ARCH%%/auto/Socket6/Socket6.so .include <bsd.port.mk> |