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-Crypt-DH | |
parent | c2d03d48afa46d82df5e16103ea240da9ebb6e6a (diff) |
Support STAGEDIR.
Notes
Notes:
svn path=/head/; revision=332949
Diffstat (limited to 'security/p5-Crypt-DH')
-rw-r--r-- | security/p5-Crypt-DH/Makefile | 8 | ||||
-rw-r--r-- | security/p5-Crypt-DH/pkg-plist | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/security/p5-Crypt-DH/Makefile b/security/p5-Crypt-DH/Makefile index 306a19b0211e..493e08754fcc 100644 --- a/security/p5-Crypt-DH/Makefile +++ b/security/p5-Crypt-DH/Makefile @@ -16,12 +16,4 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -MAN3= Crypt::DH.3 -PLIST_FILES= %%SITE_PERL%%/Crypt/DH.pm \ - %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/DH/.packlist -PLIST_DIRSTRY= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/DH \ - %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt \ - %%SITE_PERL%%/Crypt - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-DH/pkg-plist b/security/p5-Crypt-DH/pkg-plist new file mode 100644 index 000000000000..bab1b4500b03 --- /dev/null +++ b/security/p5-Crypt-DH/pkg-plist @@ -0,0 +1,6 @@ +%%PERL5_MAN3%%/Crypt::DH.3.gz +%%SITE_PERL%%/Crypt/DH.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/DH/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/DH +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt +@dirrmtry %%SITE_PERL%%/Crypt |