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 /print/tex-foiltex | |
parent | 4ed51cf1d4acf118be152486ee82a41bb4cef708 (diff) | |
download | pkgsrc-f95d4b39ce72b6dc83e321cc86d9ff1b1cab9cfd.tar.gz |
Use texmf-dirs to install into texmf-local. Bump PKGREVISION.
Diffstat (limited to 'print/tex-foiltex')
-rw-r--r-- | print/tex-foiltex/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/tex-foiltex/Makefile b/print/tex-foiltex/Makefile index c7a4c880bab..dbfc199f44c 100644 --- a/print/tex-foiltex/Makefile +++ b/print/tex-foiltex/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2006/02/05 23:10:40 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2006/04/07 03:55:22 minskim Exp $ DISTNAME= # empty PKGNAME= tex-foiltex-2.1.4a -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/supported/foiltex/} DISTFILES= foiltex.dtx foiltex.ins @@ -16,6 +16,7 @@ NO_BIN_ON_CDROM=${RESTRICTED} NO_SRC_ON_CDROM=${RESTRICTED} NO_CONFIGURE= YES +USE_DIRS+= texmf-1.0 EVAL_PREFIX+= LATEX_PREFIX=latex LATEX_PREFIX_DEFAULT=${LOCALBASE} |