summaryrefslogtreecommitdiff
path: root/print/teTeX-bin/Makefile.common
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
commitec08ab921dbf518f4182f255d92b4470fce57534 (patch)
tree4f830e5dac0ccc005197f85f1c4ab2b98ee2129d /print/teTeX-bin/Makefile.common
parent5c46c512d2cc76ace1618b73aa41445daceb7d32 (diff)
downloadpkgsrc-ec08ab921dbf518f4182f255d92b4470fce57534.tar.gz
Create font spool in VARBASE, not in /var.
Diffstat (limited to 'print/teTeX-bin/Makefile.common')
-rw-r--r--print/teTeX-bin/Makefile.common4
1 files changed, 2 insertions, 2 deletions
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