#!/bin/sh if [ "$2" = "POST-DEINSTALL" ]; then exit 0 fi prefix=/usr/local cat << END Installing dvips will remove $prefix/MakeTeXPK. This file may be used by xdvi or other programs. If this is the case, you must make a backup of this file now. END if [ -z "${PACKAGE_BUILDING}" ]; then read -p "do you want to deinstall the package ? [y] " answ if [ "$answ" = "" ]; then answ=y; fi else answ="y" fi case $answ in y*|Y*) break;; *) exit 1;; esac exit 0 'https://www.lant.com.tw/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/lang/swi-pl
Commit message (Expand)AuthorAgeFilesLines
* - Update to 5.6.16miwi2006-07-303-5/+8
* Remove USE_REINPLACE from the categories starting with Ledwin2006-05-101-1/+0
* Update to 5.6.2mnag2006-01-197-61/+60
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
* - Update to 5.4.7vs2005-03-113-5/+12
* Note that math/ploticus now installs as bin/ploticus rather than bin/pl.linimon2005-03-071-1/+1
* Unbreak package build on amd64arved2005-02-141-0/+2
* Fix build on alpha.vs2005-02-012-5/+12
* Update to 5.4.6vs2005-01-282-3/+3
* Upgrade to 5.4.5.max2004-12-275-30/+32
* - correct CONFLICTSleeym2004-11-121-10/+6
* BROKEN on 5.x: Broken pkg-plistkris2004-09-261-0/+4
* Still BROKEN on 64-bit architectures.kris2004-07-041-0/+4