diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 16:42:55 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 16:42:55 +0000 |
commit | 3246ebc3ca130704875cc0faca419ea671588641 (patch) | |
tree | 443222d8f53a5a1c5592070cd0d06a088ffbf387 /net/p5-Net-Appliance-Session | |
parent | cbbf190e5e0d3f9bba3451679ffcd5049590b468 (diff) | |
download | ports-3246ebc3ca130704875cc0faca419ea671588641.tar.gz ports-3246ebc3ca130704875cc0faca419ea671588641.zip |
Notes
Diffstat (limited to 'net/p5-Net-Appliance-Session')
-rw-r--r-- | net/p5-Net-Appliance-Session/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-Appliance-Session/pkg-plist | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/net/p5-Net-Appliance-Session/Makefile b/net/p5-Net-Appliance-Session/Makefile index d9e1926d88c4..22eb4a271bf4 100644 --- a/net/p5-Net-Appliance-Session/Makefile +++ b/net/p5-Net-Appliance-Session/Makefile @@ -26,8 +26,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN1= nas.1 -MAN3= Net::Appliance::Session.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/p5-Net-Appliance-Session/pkg-plist b/net/p5-Net-Appliance-Session/pkg-plist index e99b44e2f2e2..1e1542d7f946 100644 --- a/net/p5-Net-Appliance-Session/pkg-plist +++ b/net/p5-Net-Appliance-Session/pkg-plist @@ -1,13 +1,15 @@ bin/nas +%%PERL5_MAN3%%/Net::Appliance::Session.3.gz %%SITE_PERL%%/Net/Appliance/Session.pm %%SITE_PERL%%/Net/Appliance/Session/Async.pm %%SITE_PERL%%/Net/Appliance/Session/Engine.pm %%SITE_PERL%%/Net/Appliance/Session/Scripting.pm %%SITE_PERL%%/Net/Appliance/Session/Transport.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Appliance/Session/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Appliance/Session +man/man1/nas.1.gz +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Appliance/Session @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Appliance @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net -@dirrm %%SITE_PERL%%/Net/Appliance/Session +@dirrmtry %%SITE_PERL%%/Net/Appliance/Session @dirrmtry %%SITE_PERL%%/Net/Appliance @dirrmtry %%SITE_PERL%%/Net |