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 /security/ssh6 | |
parent | 2c8b12e7690e9d5a58f3c81bc77626a7c6e1cc6d (diff) | |
download | pkgsrc-ab333ab34b7be497ea3cb1ba4c8e4deb708b850c.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'security/ssh6')
-rw-r--r-- | security/ssh6/Makefile | 3 | ||||
-rw-r--r-- | security/ssh6/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh6/Makefile b/security/ssh6/Makefile index 4284d4fc7d1..11ad3a73d4e 100644 --- a/security/ssh6/Makefile +++ b/security/ssh6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/02/13 12:49:08 is Exp $ +# $NetBSD: Makefile,v 1.12 2001/02/17 17:50:10 wiz Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # @@ -16,6 +16,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.cs.hut.fi/ssh/ +COMMENT= IPv6 version of secure shell client and server (remote login program) CONFLICTS= openssh-[0-9]* ssh-[0-9]* diff --git a/security/ssh6/pkg/COMMENT b/security/ssh6/pkg/COMMENT deleted file mode 100644 index 568964b663d..00000000000 --- a/security/ssh6/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -IPv6 version of secure shell client and server (remote login program) |