aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/skill/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 4.1.4miwi2009-01-161-1/+1
| | | | | | PR: 130079 Submitted by: Dennis Herrmann <adox@mcx2.org> Approved by: maintainer
* - Update to 4.1.3miwi2007-01-111-1/+1
| | | | | | PR: ports/107755 Submitted by: miwi Approved by: maintainer
* Update to 4.1.2erwin2006-06-051-1/+1
| | | | | | PR: 98451 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Approved by: maintainer
* - Update to version 4.1.1krion2004-03-121-2/+3
| | | | | PR: ports/64133 Submitted by: maintainer
* De-pkg-comment.knu2003-02-211-0/+1
|
* Update to 4.1pat2002-04-201-2/+1
| | | | | PR: 37115 Submitted by: maintainer
* Forgot to bump PORTREVISION with previous commit.steve2001-02-261-0/+1
| | | | Reminded by: kris
* Don't use the Config script since the correct values are already patchedsteve2001-02-261-6/+0
| | | | | | | | into the Makefile. PR: 21558 Submitted by: Barry Irwin <bvi@rucus.ru.ac.za> Reviewed by: maintainer
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenasami2000-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
* Update to version 4.0ade2000-09-181-3/+2
| | | | | PR: 21284 Submitted by: maintainer
* Corrrect whitespace introduced during PORTNAME conversion and portlintmharo2000-04-221-1/+1
|
* Update with the new PORTNAME/PORTVERSION variablecpiazza2000-04-101-3/+3
|
* Update port to 3.7.9jedgar2000-02-231-3/+3
| | | | | PR: 16835 Submitted by: Maintainer
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-231-2/+2
| | | | chown -> ${CHOWN}
* Update to version 3.7.7.steve1999-01-181-4/+4
| | | | | PR: 9462 Submitted by: maintainer
* Update to version 3.7.6.steve1998-10-291-11/+8
| | | | | PR: 8478 Submitted by: maintainer
* Move manpages from pkg/PLIST to Makefile.steve1998-10-211-4/+2
|
* Update of sysutils/skill.jseger1997-10-301-4/+4
| | | | | PR: ports/4887 Submitted by: jonny@coppe.ufrj.br
* `skill' is a program which sends signals to processes givenobrien1997-06-061-0/+32
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)