Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l. | mat | 2016-04-01 | 1 | -2/+2 |
* | Fix packaging as a user | bapt | 2014-12-17 | 1 | -1/+1 |
* | Cleanup plist | bapt | 2014-10-27 |
#!/bin/sh if [ "$2" != "DEINSTALL" ]; then exit 0 fi PKGNAME=$1 PREFIX=${PKG_PREFIX} TTFM=${PKG_PREFIX}/bin/ttfm.sh FONTDIR=${PREFIX}/share/fonts/TrueType FONTS="moe_lishu.ttf moe_kai.ttf moe_sung.ttf moe_sungext.ttf moe_sungsym.ttf moe_kai_pc.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 nk rel='vcs-git' href='https://www.lant.com.tw/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git 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 | |
---|---|---|---|---|---|
* | Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l. | mat | 2016-04-01 | 1 | -2/+2 |
* | Fix packaging as a user | bapt | 2014-12-17 | 1 | -1/+1 |
* | Cleanup plist | bapt | 2014-10-27 |