#!/bin/sh # Preserve files installed by ptex-common, or other package/application. # files="${PKG_PREFIX}/bin/pltotf ${PKG_PREFIX}/bin/tftopl ${PKG_PREFIX}/share/texmf/web2c/texmf.cnf ${PKG_PREFIX}/share/texmf/ls-R" if [ "$2" != "POST-DEINSTALL" ]; then exit; fi for f in ${files}; do if [ -f $f.old ]; then mv $f.old $f fi done nk rel='vcs-git' href='https://www.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net/iodine
Commit message (Expand)AuthorAgeFilesLines
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
* Remove painful examples of foo="", with particular prejudice againstdougb2011-05-151-2/+0
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
* Update to 0.6.0 RC1, which should resolve problems setting up the tun interface.lx2010-02-173-18/+5
* - Update to 0.5.2lx2009-12-113-8/+21
* - Update to 0.5.0rafan2009-01-262-7/+6
* - Update to 0.8.2rafan2008-10-052-5/+4
* - Add rc script for iodine serverrafan2008-01-115-10/+143
* - Update to 0.4.1rafan2007-12-152-4/+4
* - Update to 0.4.0rafan2007-03-292-9/+13