#!/bin/sh prefix=/usr/local cat << END Installing xdvi will remove $prefix/MakeTeXPK. This file may be used by dvips or other programs. If this is the case, you must make a backup of this file now. END if [ -z ${PACKAGE_BUILDING} ]; then echo -n "do you want to deinstall the package ? [y] " read answ; if [ "$answ" = "" ]; then answ=y; fi case $answ in y*|Y*) break;; *) exit 1;; esac fi exit 0 /git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/hebrew/libreoffice/distinfo
Commit message (Expand)AuthorAgeFilesLines
* - Update to 4.0.6.jkim2013-10-261-4/+4
* Update to 4.0.5.jkim2013-08-231-4/+4
* Update to 4.0.4.jkim2013-06-201-4/+4
* Update to 4.0.3.jkim2013-05-101-4/+4
* Update to 4.0.2.jkim2013-04-171-4/+4
* Update to 4.0.1.jkim2013-03-091-4/+4
* Update to 3.6.5.jkim2013-02-051-4/+4
* - Update to 3.5.7.jkim2012-10-27