diff options
author | minskim <minskim@pkgsrc.org> | 2006-04-07 03:55:22 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-04-07 03:55:22 +0000 |
commit | f95d4b39ce72b6dc83e321cc86d9ff1b1cab9cfd (patch) | |
tree | c1ee70322045491dbfdc07ca17da77fed8defb3f /fonts/ttf2pk | |
parent | 4ed51cf1d4acf118be152486ee82a41bb4cef708 (diff) | |
download | pkgsrc-f95d4b39ce72b6dc83e321cc86d9ff1b1cab9cfd.tar.gz |
Use texmf-dirs to install into texmf-local. Bump PKGREVISION.
Diffstat (limited to 'fonts/ttf2pk')
-rw-r--r-- | fonts/ttf2pk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fonts/ttf2pk/Makefile b/fonts/ttf2pk/Makefile index ccea8c331b4..7e01ef749b9 100644 --- a/fonts/ttf2pk/Makefile +++ b/fonts/ttf2pk/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.14 2006/04/07 00:24:16 minskim Exp $ +# $NetBSD: Makefile,v 1.15 2006/04/07 04:47:20 minskim Exp $ # .include "../../graphics/freetype-lib/Makefile.common" PKGNAME= ttf2pk-1.3.1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= print MAINTAINER= bernhard@SDG.de,hubertf@NetBSD.org @@ -21,6 +21,7 @@ BUILD_DIRS= ${T2PSRC} BUILD_TARGET= depend all +USE_DIRS+= texmf-1.0 USE_LIBTOOL= yes USE_TOOLS+= autoconf213 |