#!/bin/sh if [ "$2" = "POST-INSTALL" ]; then echo "Updating content cache to let LaTeX know about the new style files:" if [ -x ${LOCALBASE}/bin/mktexlsr ]; then ${LOCALBASE}/bin/mktexlsr elif [ -x ${PKG_PREFIX}/bin/mktexlsr ]; then ${PKG_PREFIX}/bin/mktexlsr elif [ -x /usr/local/bin/mktexlsr ]; then /usr/local/bin/mktexlsr else echo "Could not find mktexlsr. Please run it manually to update" echo "LaTeX's content cache, or you won't be able to use the" echo "new style files." fi fi tw/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/pnp
Commit message (Expand)AuthorAgeFilesLines
* - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-1/+1
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-1/+0
* - Update to 0.4.14miwi2009-07-084-151/+25
* - Update to 0.4.12miwi2008-12-259-178/+88
* - Fix PHP module dependencylth2008-11-051-2/+2
* - Correct dependencies, install manpage, fix directory permissionspav2008-08-187-24/+169
* Pull in rrdtool as a build-dependency.edwin2008-08-181-0/+2