summaryrefslogtreecommitdiff
path: root/sysutils/skill (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenSatoshi Asami2000-09-251-1/+0
| | | | | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris Notes: svn path=/head/; revision=33101
* Update to version 4.0Ade Lovett2000-09-173-11/+22
| | | | | | | | PR: 21284 Submitted by: maintainer Notes: svn path=/head/; revision=32776
* Corrrect whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-221-1/+1
| | | | Notes: svn path=/head/; revision=27887
* Update with the new PORTNAME/PORTVERSION variableChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27427
* Update port to 3.7.9Chris D. Faulhaber2000-02-222-4/+4
| | | | | | | | PR: 16835 Submitted by: Maintainer Notes: svn path=/head/; revision=26163
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21144
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Update to version 3.7.7.Steve Price1999-01-182-5/+5
| | | | | | | | PR: 9462 Submitted by: maintainer Notes: svn path=/head/; revision=16132
* Update to version 3.7.6.Steve Price1998-10-282-12/+9
| | | | | | | | PR: 8478 Submitted by: maintainer Notes: svn path=/head/; revision=14241
* Move manpages from pkg/PLIST to Makefile.Steve Price1998-10-212-5/+2
| | | | Notes: svn path=/head/; revision=14135
* These manpages removed by Tim Vanderhoek.Tim Vanderhoek1998-08-191-1/+0
| | | | Notes: svn path=/head/; revision=12657
* Update of sysutils/skill.Justin M. Seger1997-10-304-8/+8
| | | | | | | | PR: ports/4887 Submitted by: jonny@coppe.ufrj.br Notes: svn path=/head/; revision=8407
* `skill' is a program which sends signals to processes givenDavid E. O'Brien1997-06-056-0/+82
any combination of user names, ttys, commands, and pids. `snice' is a program which changes the priority of processes (given the same). PR: ports/3783 Submitted by: Joao Carlos Mendes Luis <jonny@mailhost.coppe.ufrj.br> (w/minor hacks by me) Notes: svn path=/head/; revision=6775