diff options
-rw-r--r-- | print/perlftlib/Makefile | 5 | ||||
-rw-r--r-- | print/perlftlib/pkg-descr | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/print/perlftlib/Makefile b/print/perlftlib/Makefile index 120d9147da93..89c247024135 100644 --- a/print/perlftlib/Makefile +++ b/print/perlftlib/Makefile @@ -8,12 +8,11 @@ PORTNAME= perlftlib PORTVERSION= 1.2 CATEGORIES= print perl5 -MASTER_SITES= http://www.io.com/~kazushi/xtt/ \ - ${MASTER_SITE_PORTS_JP} \ +MASTER_SITES= ${MASTER_SITE_PORTS_JP} \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= sada -MAINTAINER= garga@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Libraries to use the FreeType library from the perl language RUN_DEPENDS= ${SITE_PERL}/jcode.pl:${PORTSDIR}/japanese/jcode.pl diff --git a/print/perlftlib/pkg-descr b/print/perlftlib/pkg-descr index 3a77511b4301..b7a135600c32 100644 --- a/print/perlftlib/pkg-descr +++ b/print/perlftlib/pkg-descr @@ -17,7 +17,5 @@ fonts.dir automatically. And it detects what language's fonts are contained in it by looking at code_page_range field in os2 table, so it makes right entries. -WWW: http://www.io.com/~kazushi/xtt/#perlftlib - Note that ftinfo core-dumps with a signal 11 in case using perl5.00502. :-) |