diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-10 04:35:32 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-10 04:35:32 +0000 |
commit | 283a7f1b4b146199ee4d6cb172b65acd9cf65b88 (patch) | |
tree | 1a5972c14956c2c9175f18da8712700876108596 /devel | |
parent | 2dd26e343ff2556ce72510b174004a0ccdc5675c (diff) | |
download | ports-283a7f1b4b146199ee4d6cb172b65acd9cf65b88.tar.gz ports-283a7f1b4b146199ee4d6cb172b65acd9cf65b88.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Locale-PGetText/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Locale-PGetText/Makefile b/devel/p5-Locale-PGetText/Makefile index c85b0f16258e..b817e0f3372d 100644 --- a/devel/p5-Locale-PGetText/Makefile +++ b/devel/p5-Locale-PGetText/Makefile @@ -17,7 +17,7 @@ MAINTAINER= nakai@FreeBSD.org PERL_CONFIGURE= YES MAN1= MsgFormat.1 XText.1 -MAN3= Locale::PGettext.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Locale::PGettext.3 .include <bsd.port.mk> |