diff options
author | cjep <cjep@pkgsrc.org> | 2002-11-10 23:18:47 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-11-10 23:18:47 +0000 |
commit | 5067017642c9caf9e5610ffc6e1ba435314a7b6f (patch) | |
tree | b040ebc7f597f6769f74aa42699695a29975f718 /print/teTeX-bin | |
parent | d1579214b8ac4091c76a5493baa935348c8bb96b (diff) | |
download | pkgsrc-5067017642c9caf9e5610ffc6e1ba435314a7b6f.tar.gz |
Use ${LOCALBASE}/bin/texconfig rather than bare texconfig.
Diffstat (limited to 'print/teTeX-bin')
-rw-r--r-- | print/teTeX-bin/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile index 18af2c32891..cac0cc3a85c 100644 --- a/print/teTeX-bin/Makefile +++ b/print/teTeX-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2002/09/21 01:48:03 jlam Exp $ +# $NetBSD: Makefile,v 1.37 2002/11/10 23:18:47 cjep Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp # @@ -72,9 +72,9 @@ post-install: ### someone needs to adjust papersize to this: #texconfig dvips paper a4 #texconfig xdvi a4 - texconfig font ro - texconfig font vardir /var/spool/texfonts - texconfig font options appendonlydir varfonts + ${LOCALBASE}/bin/texconfig font ro + ${LOCALBASE}/bin/texconfig font vardir /var/spool/texfonts + ${LOCALBASE}/bin/texconfig font options appendonlydir varfonts .include "../../graphics/png/buildlink2.mk" .include "../../www/libwww/buildlink2.mk" |