Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Pass maintainership along | wxs | 2009-02-13 | 1 | -1/+1 |
* | Set maintainer to ports@ | obraun | 2008-11-09 | 1 | -1/+1 |
* | Migration from bison 1.x to 2.x | ade | 2007-10-17 |
#!/bin/sh if [ "$2" != "DEINSTALL" ]; then exit 0 fi PKGNAME=$1 PREFIX=${PKG_PREFIX} TTFM=${PKG_PREFIX}/bin/ttfm.sh # No default kai & ming for wangttf. FONTDIR=${PREFIX}/share/fonts/TrueType FONTS="wcl-01.ttf wcl-02.ttf wcl-03.ttf wcl-04.ttf wcl-05.ttf \ wcl-06.ttf wcl-07.ttf wcl-08.ttf wcl-09.ttf wcl-10.ttf" if [ -r $FONTDIR/$PKGNAME ]; then for i in `cat $FONTDIR/$PKGNAME`; do for f in $FONTS $DEFAULTMING $DEFAULTKAI; do $TTFM --remove $i $f done done fi rm -f $FONTDIR/$PKGNAME exit 0 repository'/>
index : freebsd-ports-gnome | ||
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome) |
aboutsummaryrefslogtreecommitdiffstats |
Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Pass maintainership along | wxs | 2009-02-13 | 1 | -1/+1 |
* | Set maintainer to ports@ | obraun | 2008-11-09 | 1 | -1/+1 |
* | Migration from bison 1.x to 2.x | ade | 2007-10-17 |