#!/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 href='https://www.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/dns/dhisd
Commit message (Expand)AuthorAgeFilesLines
* Use the @FreeBSD.org address of the maintainer.netchild2004-04-201-1/+1
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
* - Fix compilation on FreeBSD 5.2-BETA.netchild2003-11-264-11/+44
* Reset unreachable MAINTAINERs to ports@FreeBSD.orgeik2003-11-201-1/+1
* remove broken mastersite.edwin2003-11-042-3/+2
* Massive repo-copies request: net->dns (partly devel->dns)edwin2003-09-051-1/+1
* De-pkg-comment.knu2003-02-21