#!/bin/sh if [ "x$1" = "x" ]; then exit 1; fi if [ "x$2" != "xINSTALL" -a "x$2" != "xDEINSTALL" ]; then exit 1; fi echo "**********************************************************" echo "You should restart X server or do 'xset fp rehash' command" echo "to enable this update." echo "**********************************************************" exit 0; l='vcs-git' href='https://www.tfcis.org/~lantw44/git/freebsd-ports-graphics' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net/pear-Net_NNTP
Commit message (Expand)AuthorAgeFilesLines
* - kill pkg-plistclement2004-04-142-39/+5
* - SIZEify distinfoclement2004-02-081-0/+1
* - Update my email addressclement2004-01-131-1/+1
* pear-* ports: simplify path to devel/pear-PEAR/Makefile.commonedwin2003-12-281-1/+1
* - update to 0.10.1pav2003-12-063-11/+22
* - Update to 0.10.0pav2003-12-052-2/+2
* Add the virtual category "pear" to the Makefiles of these ports.edwin2003-11-131-1/+1
* [maintainer update] net/pear-Net_NNTP: Update to 0.9.3edwin2003-10-083-2/+11
* [update] net/pear-Net_NNTP: update to 0.9.2edwin2003-08-283-6/+13
* [new port] net/pear-Net_NNTP: PEAR class that provides an implementationedwin2003-08-25