diff options
author | wiz <wiz> | 2001-02-17 17:42:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:42:09 +0000 |
commit | ab333ab34b7be497ea3cb1ba4c8e4deb708b850c (patch) | |
tree | 926bbe6e07ce5aedfc0884e098d71275e74392c9 /sysutils/sux | |
parent | 2c8b12e7690e9d5a58f3c81bc77626a7c6e1cc6d (diff) | |
download | pkgsrc-ab333ab34b7be497ea3cb1ba4c8e4deb708b850c.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'sysutils/sux')
-rw-r--r-- | sysutils/sux/Makefile | 3 | ||||
-rw-r--r-- | sysutils/sux/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/sux/Makefile b/sysutils/sux/Makefile index d6911984324..dbbd7d70602 100644 --- a/sysutils/sux/Makefile +++ b/sysutils/sux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/07/05 05:14:15 kim Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/17 17:42:18 wiz Exp $ # DISTNAME= sux-1.0 @@ -6,6 +6,7 @@ CATEGORIES= sysutils MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/ MAINTAINER= kim@tac.nyc.ny.us +COMMENT= set user id, preserving shell and environment, checking ssh agent DEPENDS+= osname-*:../../sysutils/osname DEPENDS+= sshsh-*:../../sysutils/sshsh diff --git a/sysutils/sux/pkg/COMMENT b/sysutils/sux/pkg/COMMENT deleted file mode 100644 index a92b82304cc..00000000000 --- a/sysutils/sux/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -set user id, preserving shell and environment, checking ssh agent |