diff options
author | wiz <wiz> | 2001-02-17 17:42:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:42:09 +0000 |
commit | 4e3547de3bbe9aae985ad91f7aae76896b121cf0 (patch) | |
tree | 926bbe6e07ce5aedfc0884e098d71275e74392c9 /sysutils/skill/Makefile | |
parent | 26730104be8e403eeb8a7ec5ff7903af6ee1418c (diff) | |
download | pkgsrc-4e3547de3bbe9aae985ad91f7aae76896b121cf0.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'sysutils/skill/Makefile')
-rw-r--r-- | sysutils/skill/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/skill/Makefile b/sysutils/skill/Makefile index 768df9bf013..d6d52ca34cd 100644 --- a/sysutils/skill/Makefile +++ b/sysutils/skill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/01/18 11:44:56 abs Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/17 17:42:18 wiz Exp $ # # The version number for skill does not match the @P number. # This is normal. @@ -10,6 +10,7 @@ MASTER_SITES= ftp://fast.cs.utah.edu/pub/skill/ EXTRACT_SUFX= .tgz MAINTAINER= kim@tac.nyc.ny.us +COMMENT= Signal processes given user names, ttys, commands, or pids .include "../../mk/bsd.prefs.mk" |