aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Locale-Maketext/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2003-09-24 10:56:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2003-09-24 10:56:55 +0000
commit1ea6c3e73a4228ec7069fbd4b9c02005e6181979 (patch)
tree0caf63d6d61941c8d3eec48822e1b5bf49f2c4f9 /devel/p5-Locale-Maketext/Makefile
parent6ed9ec224b02ed656adac1bae5d62b0cebfc788f (diff)
downloadports-1ea6c3e73a4228ec7069fbd4b9c02005e6181979.tar.gz
ports-1ea6c3e73a4228ec7069fbd4b9c02005e6181979.zip
Notes
Diffstat (limited to 'devel/p5-Locale-Maketext/Makefile')
-rw-r--r--devel/p5-Locale-Maketext/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Locale-Maketext/Makefile b/devel/p5-Locale-Maketext/Makefile
index 155b8a150066..d525ba207f75 100644
--- a/devel/p5-Locale-Maketext/Makefile
+++ b/devel/p5-Locale-Maketext/Makefile
@@ -6,24 +6,21 @@
#
PORTNAME= Locale-Maketext
-PORTVERSION= 1.05
-PORTREVISION= 1
+PORTVERSION= 1.06
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Locale
PKGNAMEPREFIX= p5-
-MAINTAINER= mns@shepard.org
+MAINTAINER= mat@FreeBSD.org
COMMENT= A framework for software localization and inheritance-based lexicons
BUILD_DEPENDS= ${SITE_PERL}/I18N/LangTags.pm:${PORTSDIR}/misc/p5-I18N-LangTags
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
+CONFIGURE_ARGS= INSTALLDIRS=site
MAN3= Locale::Maketext.3 Locale::Maketext::TPJ13.3
-pre-patch:
- @${PERL} -pi -e 's/INSTALLDIRS/bebe/' ${WRKSRC}/Makefile.PL
-
.include <bsd.port.mk>