mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
Maintain TeX's `ls-lR' databases when the port is installed and de-installed. Take over maintainership.
11 lines
317 B
Text
11 lines
317 B
Text
--- Makefile.in-- Thu Mar 28 15:21:12 2002
|
|
+++ Makefile.in Thu Mar 28 15:21:20 2002
|
|
@@ -13,7 +13,7 @@
|
|
|
|
# command to update TeX' kpathsea database
|
|
MKTEXLSR = @MKTEXLSR@
|
|
-UPDATETEX = $(MKTEXLSR) /usr/share/texmf /var/spool/texmf $(BASETEXDIR) > /dev/null
|
|
+UPDATETEX = $(MKTEXLSR) > /dev/null
|
|
|
|
# Version
|
|
MAJORVN=1
|