#!/bin/sh FONTDIR=${PKG_PREFIX}/lib/X11/fonts/TrueType if [ "$2" = "PRE-INSTALL" ]; then if [ ! -d ${FONTDIR} ]; then echo "*********************************************************" echo "Please add ${FONTDIR} to your font path" echo "and load 'xtt' module in /etc/XF86Config." echo "*********************************************************" mkdir $FONTDIR fi exit 0 fi cd ${FONTDIR} touch fonts.dir sed -e '/-mikachan-/d' fonts.dir > fonts.dir.tmp numfonts=$(echo $(cat fonts.dir.tmp fonts.dir.mika | wc -l) - 2 | bc) echo ${numfonts} > fonts.dir sed -e 1d fonts.dir.tmp >> fonts.dir sed -e 1d fonts.dir.mika >> fonts.dir rm -f fonts.dir.tmp fonts.alias.tmp e='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/russian/MT
Commit message (Expand)AuthorAgeFilesLines
* www/MT,russian/MT: Upgrade version 5.2.11 => 5.2.12marino2015-04-041-1/+1
* - Update to 5.2.11sunpoet2015-01-0217-199/+1
* www/MT, russian/MT: Upgrade version 5.2.9 => 5.2.10marino2014-08-0417-1/+200
* - Update to 5.2.9.rakuco2013-12-301-3/+0
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Mark IGNORE after www/MT update.wxs2013-07-07