summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-02-04 01:48:51 +0000
committerminskim <minskim@pkgsrc.org>2005-02-04 01:48:51 +0000
commit098de40843d80759dd37ebb197ac2e7838fc1680 (patch)
tree4f830e5dac0ccc005197f85f1c4ab2b98ee2129d /print
parent92762b96b0a303d69f8a2395b735320c81b6121c (diff)
downloadpkgsrc-098de40843d80759dd37ebb197ac2e7838fc1680.tar.gz
Create font spool in VARBASE, not in /var.
Diffstat (limited to 'print')
-rw-r--r--print/teTeX-bin/Makefile4
-rw-r--r--print/teTeX-bin/Makefile.common4
2 files changed, 4 insertions, 4 deletions
diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile
index aa6ae15ee23..61d6b9fa2f1 100644
--- a/print/teTeX-bin/Makefile
+++ b/print/teTeX-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2005/01/24 15:22:16 kei Exp $
+# $NetBSD: Makefile,v 1.61 2005/02/04 01:48:51 minskim Exp $
DISTNAME= tetex-src-${TETEX_BIN_VERS}
PKGNAME= teTeX-bin-${TETEX_BIN_VERS}
@@ -44,7 +44,7 @@ post-install:
. endif
.endif
${LOCALBASE}/bin/texconfig font ro
- ${LOCALBASE}/bin/texconfig font vardir /var/spool/texfonts
+ ${LOCALBASE}/bin/texconfig font vardir ${VARBASE}/spool/texfonts
${LOCALBASE}/bin/texconfig font options appendonlydir varfonts
.include "../../print/teTeX-bin/Makefile.common"
diff --git a/print/teTeX-bin/Makefile.common b/print/teTeX-bin/Makefile.common
index 21070db7791..effff8a563e 100644
--- a/print/teTeX-bin/Makefile.common
+++ b/print/teTeX-bin/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2004/12/03 15:15:07 wiz Exp $
+# $NetBSD: Makefile.common,v 1.6 2005/02/04 01:48:51 minskim Exp $
TETEX_BIN_VERS= 2.0.2
DIST_SUBDIR= teTeX
@@ -50,7 +50,7 @@ CONFIGURE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
INSTALL_DATA="${INSTALL_DATA}"
-TEXFONTSDIR= /var/spool/texfonts
+TEXFONTSDIR= ${VARBASE}/spool/texfonts
OWN_DIRS= ${TEXFONTSDIR}
OWN_DIRS_PERMS= ${TEXFONTSDIR}/pk ${ROOT_USER} ${ROOT_GROUP} 1777
OWN_DIRS_PERMS+= ${TEXFONTSDIR}/source ${ROOT_USER} ${ROOT_GROUP} 1777