diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-07 23:06:37 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-07 23:06:37 +0800 |
commit | 142a5ee358215f30d59f88a5e47ddf9734491136 (patch) | |
tree | 5f337440bada176afada57ce6c529ca37089804d /print/t1utils/Makefile | |
parent | 61bd271238ba3cf8a874327f631a6f1c7c8461d3 (diff) | |
download | freebsd-ports-gnome-142a5ee358215f30d59f88a5e47ddf9734491136.tar.gz freebsd-ports-gnome-142a5ee358215f30d59f88a5e47ddf9734491136.tar.zst freebsd-ports-gnome-142a5ee358215f30d59f88a5e47ddf9734491136.zip |
Update to 1.9 version and update maintainer's e-mail
PR: 18983
Submitted by: maintainer
Diffstat (limited to 'print/t1utils/Makefile')
-rw-r--r-- | print/t1utils/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/t1utils/Makefile b/print/t1utils/Makefile index 46d8d913d034..043d14196baf 100644 --- a/print/t1utils/Makefile +++ b/print/t1utils/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: t1utils # Date created: 2 September 1999 -# Whom: mwm +# Whom: Mike Meyer <mwm@mired.org> # # $FreeBSD$ # PORTNAME= t1utils -PORTVERSION= 1.14 +PORTVERSION= 1.19 CATEGORIES= print MASTER_SITES= http://www.lcdf.org/~eddietwo/type/ -MAINTAINER= mwm@phone.net +MAINTAINER= mwm@mired.org -MAN1= t1ascii.1 t1binary.1 t1asm.1 t1disasm.1 t1unmac.1 +MAN1= t1ascii.1 t1binary.1 t1asm.1 t1disasm.1 t1unmac.1 t1mac.1 GNU_CONFIGURE= yes |