aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-03-10 12:35:32 +0800
committervanilla <vanilla@FreeBSD.org>2001-03-10 12:35:32 +0800
commit37b3bb7118c76a1f7873bff64abb3f649ac942b8 (patch)
treeed3559ad073ca9118ff249bbe28a1556c841f399
parent149c72f8da207d74447f5a2e05f40d733ac1f5e3 (diff)
downloadfreebsd-ports-gnome-37b3bb7118c76a1f7873bff64abb3f649ac942b8.tar.gz
freebsd-ports-gnome-37b3bb7118c76a1f7873bff64abb3f649ac942b8.tar.zst
freebsd-ports-gnome-37b3bb7118c76a1f7873bff64abb3f649ac942b8.zip
Fix mapage problem.
Submitted by: bento
-rw-r--r--devel/p5-Locale-PGetText/Makefile2
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>