#!/bin/sh if [ "x$1" = "x" ]; then exit 1; fi if [ "x$2" != "xINSTALL" -a "x$2" != "xDEINSTALL" ]; then exit 1; fi export FONTDIR; FONTDIR=${PKG_PREFIX}/lib/X11/fonts/local if [ "$2x" = "INSTALLx" -a ! -d ${FONTDIR} ]; then echo '**********************************************************************' echo "****** ${FONTDIR}/ doesn't exist." echo "****** Creating ${FONTDIR}/" echo '****** Please upgrade your XFree86 to 3.3.3 or upper,' echo "****** or add this directory to your /etc/XF86Config's FontPath entry." echo '**********************************************************************' mkdir ${FONTDIR} fi grepv() { awk -v SRC=$1 'BEGIN{while (getline < SRC) {ENTRY[$0]=1}} (ENTRY[$0] != 1) {print}' $2 } if [ "$2" = "DEINSTALL" ] ; then FAFILE=${PKG_PREFIX}/share/doc/ja/k20fonts/fonts.alias echo "Updating ${FONTDIR}/fonts.alias" cd ${FONTDIR} touch fonts.alias cp fonts.alias fonts.alias.orig grepv ${FAFILE} fonts.alias.orig > fonts.alias rm -f fonts.alias.orig fi echo "**********************************************************" echo "You should restart X server or do 'xset fp rehash' command" echo "to enable this update." echo "**********************************************************" exit 0; class='form'>
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/uptimed/Makefile
Commit message (Expand)AuthorAgeFilesLines
* - Revert previous commit, submitted patch was erroneousculot2011-05-091-1/+1
* - Fix error in uptime calculationculot2011-05-051-0/+1
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
* Round one migration of ports from automake{19,110} to automake111ade2010-10-061-1/+1
* - Update to 0.3.16pav2010-02-071-5/+9
* Relinquish maintainership as per maintainer's request.flz2010-02-031-1/+1
* Uptimed needs /var/spool/uptimed to be created for it to function correctly.vs2008-07-301-0/+2
* - Update to 0.3.12miwi2008-01-101-2/+2
* - Update to 0.3.11rafan2007-08-121-9/+8
* - Update to 0.3.7miwi2006-09-021-6/+3
* Conversion to a single libtool environment.ade2006-02-23