mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix installation for perl-5.8.
Rely on the fact that MANPREFIX is set automatically and utilize SITE_PERL variable. Bump PORTREVISION. Patch made by Anton Berezin <tobez@freebsd.org>.
This commit is contained in:
parent
616357d25e
commit
b39864155b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80766
1 changed files with 5 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Locale-Maketext
|
||||
PORTVERSION= 1.05
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Locale
|
||||
|
@ -15,12 +16,14 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= mns@shepard.org
|
||||
COMMENT= A framework for software localization and inheritance-based lexicons
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/I18N/LangTags.pm:${PORTSDIR}/misc/p5-I18N-LangTags
|
||||
BUILD_DEPENDS= ${SITE_PERL}/I18N/LangTags.pm:${PORTSDIR}/misc/p5-I18N-LangTags
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
MAN3= Locale::Maketext.3 Locale::Maketext::TPJ13.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's/INSTALLDIRS/bebe/' ${WRKSRC}/Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue