summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorcjep <cjep>2002-11-10 23:18:47 +0000
committercjep <cjep>2002-11-10 23:18:47 +0000
commit29785818ad071878938a79d0d320fb5656be4b57 (patch)
treeb040ebc7f597f6769f74aa42699695a29975f718 /print
parent0fe45164785c4a3191598523084b795195afd577 (diff)
downloadpkgsrc-29785818ad071878938a79d0d320fb5656be4b57.tar.gz
Use ${LOCALBASE}/bin/texconfig rather than bare texconfig.
Diffstat (limited to 'print')
-rw-r--r--print/teTeX-bin/Makefile8
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"