diff options
author | minskim <minskim> | 2004-04-19 04:30:03 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-04-19 04:30:03 +0000 |
commit | be68260c97b313ca236deb03296c441f7baca718 (patch) | |
tree | 33a8eb18e82f311cfe91b6ad9ca3fc7f6bc157dd /fonts/t1lib/Makefile | |
parent | 78c4d559f935e01952f561c34b41742e86443776 (diff) | |
download | pkgsrc-be68260c97b313ca236deb03296c441f7baca718.tar.gz |
Fix off-by-one error in fonts/t1lib. Bump PKGREVISION.
Diffstat (limited to 'fonts/t1lib/Makefile')
-rw-r--r-- | fonts/t1lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/t1lib/Makefile b/fonts/t1lib/Makefile index 3b4ea116185..caebfb41c3a 100644 --- a/fonts/t1lib/Makefile +++ b/fonts/t1lib/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2004/04/15 14:14:34 minskim Exp $ +# $NetBSD: Makefile,v 1.14 2004/04/19 04:30:03 minskim Exp $ # DISTNAME= t1lib-5.0.2 +PKGREVISION= 1 CATEGORIES= fonts devel graphics MASTER_SITES= ${MASTER_SITE_SUNSITE:=libs/graphics/} \ ftp://ftp.foolabs.com/pub/xpdf/ |