diff options
author | mrg <mrg@pkgsrc.org> | 2002-11-19 02:47:19 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2002-11-19 02:47:19 +0000 |
commit | 3f316bc026175f6b04ebbb1c577c666abc75f11b (patch) | |
tree | f948779ef4e316678294ad2adac6471135dcb366 /print | |
parent | 575511403ea5c8d727972d44fc9e11502b15295c (diff) | |
download | pkgsrc-3f316bc026175f6b04ebbb1c577c666abc75f11b.tar.gz |
repeat previous for commented commands as well.
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX-bin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile index cac0cc3a85c..dd8edf0b68c 100644 --- a/print/teTeX-bin/Makefile +++ b/print/teTeX-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2002/11/10 23:18:47 cjep Exp $ +# $NetBSD: Makefile,v 1.38 2002/11/19 02:47:19 mrg Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp # @@ -70,8 +70,8 @@ OWN_DIRS_PERMS+= ${TEXFONTSDIR}/tfm ${ROOT_USER} ${ROOT_GROUP} 1777 post-install: @${RM} ${PREFIX}/share/texmf/web2c/*.log ### someone needs to adjust papersize to this: - #texconfig dvips paper a4 - #texconfig xdvi a4 + #${LOCALBASE}/bin/texconfig dvips paper a4 + #${LOCALBASE}/bin/texconfig xdvi a4 ${LOCALBASE}/bin/texconfig font ro ${LOCALBASE}/bin/texconfig font vardir /var/spool/texfonts ${LOCALBASE}/bin/texconfig font options appendonlydir varfonts |