aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-MD4
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-11-06 07:39:31 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-11-06 07:39:31 +0000
commit1ced34fc222b99a0607b3a86eb116ea4c40fc85c (patch)
tree4e7cafaec5470be1076a8254b1d3f4d6c2508620 /security/p5-Digest-MD4
parentc2d03d48afa46d82df5e16103ea240da9ebb6e6a (diff)
downloadports-1ced34fc222b99a0607b3a86eb116ea4c40fc85c.tar.gz
ports-1ced34fc222b99a0607b3a86eb116ea4c40fc85c.zip
Support STAGEDIR.
Notes
Notes: svn path=/head/; revision=332949
Diffstat (limited to 'security/p5-Digest-MD4')
-rw-r--r--security/p5-Digest-MD4/Makefile6
-rw-r--r--security/p5-Digest-MD4/pkg-plist3
2 files changed, 4 insertions, 5 deletions
diff --git a/security/p5-Digest-MD4/Makefile b/security/p5-Digest-MD4/Makefile
index 1f114bd29ded..97a60f5e97b2 100644
--- a/security/p5-Digest-MD4/Makefile
+++ b/security/p5-Digest-MD4/Makefile
@@ -18,16 +18,14 @@ OPTIONS_DEFINE= DOCS
USES= perl5
USE_PERL5= configure
-MAN3= Digest::MD4.3
PORTDOCS= Changes rfc1320.txt
-NO_STAGE= yes
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}/
- cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}/
+ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
diff --git a/security/p5-Digest-MD4/pkg-plist b/security/p5-Digest-MD4/pkg-plist
index 8c072000bcaa..1bd7cca9b57c 100644
--- a/security/p5-Digest-MD4/pkg-plist
+++ b/security/p5-Digest-MD4/pkg-plist
@@ -1,7 +1,8 @@
+%%PERL5_MAN3%%/Digest::MD4.3.gz
%%SITE_PERL%%/%%PERL_ARCH%%/Digest/MD4.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD4/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD4/MD4.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD4/MD4.so
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD4
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD4
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Digest