diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-12-20 17:42:54 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-12-20 17:42:54 +0000 |
commit | 00b64c6179d6ed5108c1bbfcc7ad5ac3c64a4669 (patch) | |
tree | 9fd332e4be5fa6060adeed982d6727e4e8e52e09 /devel/p5-Locale-Maketext-Lexicon | |
parent | a41883a14307a72462d0824d3222709fd02875e5 (diff) | |
download | ports-00b64c6179d6ed5108c1bbfcc7ad5ac3c64a4669.tar.gz ports-00b64c6179d6ed5108c1bbfcc7ad5ac3c64a4669.zip |
Update to 0.46
Add some docs
Notes
Notes:
svn path=/head/; revision=124608
Diffstat (limited to 'devel/p5-Locale-Maketext-Lexicon')
-rw-r--r-- | devel/p5-Locale-Maketext-Lexicon/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-Locale-Maketext-Lexicon/distinfo | 4 |
2 files changed, 12 insertions, 3 deletions
diff --git a/devel/p5-Locale-Maketext-Lexicon/Makefile b/devel/p5-Locale-Maketext-Lexicon/Makefile index ac07983a5916..4258bf58236e 100644 --- a/devel/p5-Locale-Maketext-Lexicon/Makefile +++ b/devel/p5-Locale-Maketext-Lexicon/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Locale-Maketext-Lexicon -PORTVERSION= 0.45 +PORTVERSION= 0.46 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Locale @@ -31,6 +31,15 @@ MAN3= Locale::Maketext::Extract.3 \ MAN1= xgettext.pl.1 +.if !defined(NOPORTDOCS) +PORTDOCS= AUTHORS Changes README + +post-install: + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." +.endif + .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 diff --git a/devel/p5-Locale-Maketext-Lexicon/distinfo b/devel/p5-Locale-Maketext-Lexicon/distinfo index 06b0547ce43c..26241cee1556 100644 --- a/devel/p5-Locale-Maketext-Lexicon/distinfo +++ b/devel/p5-Locale-Maketext-Lexicon/distinfo @@ -1,2 +1,2 @@ -MD5 (Locale-Maketext-Lexicon-0.45.tar.gz) = 112f0f2178883b64ad348d73c74f8240 -SIZE (Locale-Maketext-Lexicon-0.45.tar.gz) = 31777 +MD5 (Locale-Maketext-Lexicon-0.46.tar.gz) = 40ffe77d0b987c7138f0cc07d9d82051 +SIZE (Locale-Maketext-Lexicon-0.46.tar.gz) = 31731 |