diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-06 07:39:31 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-06 07:39:31 +0000 |
commit | 1ced34fc222b99a0607b3a86eb116ea4c40fc85c (patch) | |
tree | 4e7cafaec5470be1076a8254b1d3f4d6c2508620 /security/p5-PGP | |
parent | c2d03d48afa46d82df5e16103ea240da9ebb6e6a (diff) | |
download | ports-1ced34fc222b99a0607b3a86eb116ea4c40fc85c.tar.gz ports-1ced34fc222b99a0607b3a86eb116ea4c40fc85c.zip |
Notes
Diffstat (limited to 'security/p5-PGP')
-rw-r--r-- | security/p5-PGP/Makefile | 3 | ||||
-rw-r--r-- | security/p5-PGP/pkg-plist | 7 |
2 files changed, 4 insertions, 6 deletions
diff --git a/security/p5-PGP/Makefile b/security/p5-PGP/Makefile index 7bbfa674c66f..aa86fc70fe1c 100644 --- a/security/p5-PGP/Makefile +++ b/security/p5-PGP/Makefile @@ -15,9 +15,6 @@ BUILD_DEPENDS= pgp:${PORTSDIR}/security/pgp USES= perl5 USE_PERL5= configure -MAN3= PGP::Pipe.3 - -NO_STAGE= yes pre-configure: @${CP} ${WRKSRC}/PGP/Pipe.pm ${WRKSRC} diff --git a/security/p5-PGP/pkg-plist b/security/p5-PGP/pkg-plist index 06439aa3748b..bbeeeeed649d 100644 --- a/security/p5-PGP/pkg-plist +++ b/security/p5-PGP/pkg-plist @@ -1,5 +1,6 @@ +%%PERL5_MAN3%%/PGP::Pipe.3.gz %%SITE_PERL%%/PGP/Pipe.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PGP/Pipe/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PGP/Pipe -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PGP -@dirrm %%SITE_PERL%%/PGP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PGP/Pipe +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PGP +@dirrmtry %%SITE_PERL%%/PGP |