diff options
author | Andrej Zverev <az@FreeBSD.org> | 2014-01-30 08:45:50 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2014-01-30 08:45:50 +0000 |
commit | 3c9ffd7218e6cbad2006dd84cca1f144e952b76d (patch) | |
tree | 91cba98e40bd55e804de1cd3543339c59ce1892b /security/p5-Digest-MD5-M4p | |
parent | d21fc73b1c67e61420a1dd8bfdc5d60604955869 (diff) |
- add stage support
Approved by: portmgr (blanket infrastructure)
Notes
Notes:
svn path=/head/; revision=341813
Diffstat (limited to 'security/p5-Digest-MD5-M4p')
-rw-r--r-- | security/p5-Digest-MD5-M4p/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Digest-MD5-M4p/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/security/p5-Digest-MD5-M4p/Makefile b/security/p5-Digest-MD5-M4p/Makefile index d045865248b7..e43c486c1ced 100644 --- a/security/p5-Digest-MD5-M4p/Makefile +++ b/security/p5-Digest-MD5-M4p/Makefile @@ -14,7 +14,4 @@ COMMENT= Perl interface to a variant of the MD5 algorithm USES= perl5 USE_PERL5= configure -MAN3= Digest::MD5::M4p.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-MD5-M4p/pkg-plist b/security/p5-Digest-MD5-M4p/pkg-plist index 8d7002ceef5b..483740ef89d2 100644 --- a/security/p5-Digest-MD5-M4p/pkg-plist +++ b/security/p5-Digest-MD5-M4p/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD5/M4p/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD5/M4p/M4p.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD5/M4p/M4p.so +%%PERL5_MAN3%%/Digest::MD5::M4p.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD5/M4p @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD5 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest |