mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 0.46
Add some docs
This commit is contained in:
parent
a41883a143
commit
00b64c6179
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124608
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user