diff options
author | asami <asami@FreeBSD.org> | 2000-08-12 13:48:16 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-08-12 13:48:16 +0800 |
commit | fa891e1da12b372c4cfcca00547c34761368ab66 (patch) | |
tree | e14eb06e97f1c65c4c06741b0d41addceb9d2841 /print | |
parent | d7be373582628411446b25aec7b7ca98223ceffb (diff) | |
download | freebsd-ports-gnome-fa891e1da12b372c4cfcca00547c34761368ab66.tar.gz freebsd-ports-gnome-fa891e1da12b372c4cfcca00547c34761368ab66.tar.zst freebsd-ports-gnome-fa891e1da12b372c4cfcca00547c34761368ab66.zip |
+MAN3= FreeType.3
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
Submitted by: bento
Diffstat (limited to 'print')
-rw-r--r-- | print/perlftlib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/perlftlib/Makefile b/print/perlftlib/Makefile index b10a2848fad3..33a1ce78a060 100644 --- a/print/perlftlib/Makefile +++ b/print/perlftlib/Makefile @@ -21,6 +21,8 @@ USE_FREETYPE= yes USE_PERL5= yes NOMANCOMPRESS= yes MAN1= mkttfdir.1 ftinfo.1 +MAN3= FreeType.3 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAKE_ENV= PERL_VER=${PERL_VER} PERL5=${PERL5} |