#!/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 '/-monattf-/d' fonts.dir > fonts.dir.tmp numfonts=$(echo $(cat fonts.dir.tmp fonts.dir.mona | wc -l) - 2 | bc) echo ${numfonts} > fonts.dir sed -e 1d fonts.dir.tmp >> fonts.dir sed -e 1d fonts.dir.mona >> fonts.dir rm -f fonts.dir.tmp fonts.alias.tmp d-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/misc/amanda32-client
Commit message (Expand)AuthorAgeFilesLines
* - Upgrade to 2.5.0p2.kuriyama2006-06-101-1/+1
* Fix incorrect $PORTNAME usage.kuriyama2006-03-221-1/+1
* Bump PORTREVISIONmnag2005-10-141-2/+4
* Update to 2.4.5jeh2005-05-051-1/+1
* GNUTAR_LISTDIR was partialaly a variable and partially hardcodedjeh2004-11-161-1/+1
* As pointed out in PR ports/73956, even if a user and/or group was specifiedjeh2004-11-151-1/+1
* Upgrade to 2.4.4p4jeh2004-11-091-1/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
* * Create the directory ${PREFIX}/var/amanda/gnutar-lists and make operatorjeh2003-11-161-1/+1
* Finally remove the dependancy on GTARjeh2003-07-171-1/+1
* More manual pkg-comment cleanups.ade2003-03-071-1/+1
* Convert COMMENT to COMMENTFILE until these ports can be converted.kris2003-02-101-1/+1
* Revive amanda-client and amanda-server. These are not the oldnectar2002-05-241-0/+18
* Remove old amanda ports. They are no longer supported or maintained.nectar2002-05-241-18/+0
* Upgrade to 2.4.3b2.jeh2002-01-111-1/+1
* Add patch-example::amanda.conf.in to patch a simple error in anjeh2001-12-081-1/+1
* Fix PLIST errors.jeh2001-12-041-1/+1
* Upgrade amanda to 2.4.3b1.jeh2001-12-031-2/+2
* Add a WITHOUT_GNUTAR option in preperation of the MFC of a newer versionjeh2001-05-091-1/+1