#!/bin/sh # $FreeBSD$ [ $# != 2 ] && exit 1 PKGNAME=$1 ACTION=$2 PATH="${PKG_PREFIX}/bin:/usr/local/bin:/usr/bin:${PATH}" SETENV=env TEXHASH=texhash TRUE=true case "$ACTION" in POST-INSTALL|DEINSTALL) ${SETENV} PATH="${PATH}" ${TEXHASH} 2>/dev/null || ${TRUE} ;; PRE-INSTALL|POST-DEINSTALL) ;; *) exit 1 ;; esac exit k rel='vcs-git' href='https://www.tfcis.org/~lantw44/git/freebsd-ports-graphics' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/bbe
Commit message (Expand)AuthorAgeFilesLines
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-08-031-1/+1
* - Convert to stagingmat2014-01-261-10/+7
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
* - Reassign ports from avl@ back to pool at his request.fluffy2013-02-211-1/+1
* -remove MD5ohauer2011-07-031-1/+0
* - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-2/+1
* Change MAINTAINER on my ports to my FreeBSD email addressavl2009-05-291-1/+1