diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-01 06:39:18 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-01 06:39:18 +0000 |
commit | 68c2f99c6300bc38a37eb3a8292b562cc2d8952b (patch) | |
tree | 0898749bb767b388765958548da12c5b50b3825d /devel/p5-Locale-PGetText | |
parent | 031bd55ed2b892d722ffdba72b339be33879e047 (diff) | |
download | ports-68c2f99c6300bc38a37eb3a8292b562cc2d8952b.tar.gz ports-68c2f99c6300bc38a37eb3a8292b562cc2d8952b.zip |
Notes
Diffstat (limited to 'devel/p5-Locale-PGetText')
-rw-r--r-- | devel/p5-Locale-PGetText/Makefile | 12 | ||||
-rw-r--r-- | devel/p5-Locale-PGetText/pkg-plist | 1 |
2 files changed, 3 insertions, 10 deletions
diff --git a/devel/p5-Locale-PGetText/Makefile b/devel/p5-Locale-PGetText/Makefile index c11c94b5c022..c85b0f16258e 100644 --- a/devel/p5-Locale-PGetText/Makefile +++ b/devel/p5-Locale-PGetText/Makefile @@ -14,16 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= nakai@FreeBSD.org -USE_PERL5= YES - -# There is also perl man but how to manage /usr/local/man -# and /usr/local/lib/perl5/%%PERL_VER%%/man +PERL_CONFIGURE= YES MAN1= MsgFormat.1 XText.1 -#MAN3= Locale::PGettext.3 -#MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL +MAN3= Locale::PGettext.3 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/devel/p5-Locale-PGetText/pkg-plist b/devel/p5-Locale-PGetText/pkg-plist index e44f48f07344..9650c32c2ac0 100644 --- a/devel/p5-Locale-PGetText/pkg-plist +++ b/devel/p5-Locale-PGetText/pkg-plist @@ -1,6 +1,5 @@ bin/XText bin/MsgFormat -lib/perl5/%%PERL_VERSION%%/man/man3/Locale::PGetText.3 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Locale/PGetText/.packlist lib/perl5/site_perl/%%PERL_VER%%/Locale/PGetText.pm @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Locale/PGetText |