diff options
author | erwin <erwin@FreeBSD.org> | 2006-06-06 15:44:29 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-06-06 15:44:29 +0800 |
commit | d3aa18263d9baeceef25b1d15b1dcfb617d64608 (patch) | |
tree | ab76cbf39dd2f066f7f1ff013cc807a4df7f3b1b /x11-fonts | |
parent | 4ce168e080a2fa5dee9d078c12acd71f3df049b1 (diff) | |
download | freebsd-ports-gnome-d3aa18263d9baeceef25b1d15b1dcfb617d64608.tar.gz freebsd-ports-gnome-d3aa18263d9baeceef25b1d15b1dcfb617d64608.tar.zst freebsd-ports-gnome-d3aa18263d9baeceef25b1d15b1dcfb617d64608.zip |
Remove MAN3PREFIX and assign over to perl.
Submitted by: Rong-En Fan <rafan@infor.org>
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/p5-Font-TTF/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-fonts/p5-Font-TTF/Makefile b/x11-fonts/p5-Font-TTF/Makefile index 1a0a2bce25f4..4389a450548f 100644 --- a/x11-fonts/p5-Font-TTF/Makefile +++ b/x11-fonts/p5-Font-TTF/Makefile @@ -14,12 +14,11 @@ MASTER_SITE_SUBDIR= Font PKGNAMEPREFIX= p5- DISTFILES= ${DISTNAME}.1${EXTRACT_SUFX} -MAINTAINER= erwin@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for TrueType font hacking PERL_CONFIGURE= yes -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Font::TTF::AATKern.3 Font::TTF::Anchor.3 Font::TTF::Bsln.3 \ Font::TTF::Cmap.3 Font::TTF::Coverage.3 Font::TTF::Cvt_.3 \ Font::TTF::Delta.3 Font::TTF::Fdsc.3 Font::TTF::Feat.3 \ |