diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
commit | a87738b456114a95193b58ec31e883210d6b9f3f (patch) | |
tree | 926bbe6e07ce5aedfc0884e098d71275e74392c9 /security/ssh | |
parent | ad02d69ab28ddc19bb63fd7441b9ad1fc18206bb (diff) | |
download | pkgsrc-a87738b456114a95193b58ec31e883210d6b9f3f.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 3 | ||||
-rw-r--r-- | security/ssh/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 68e908a4ee2..e95d93547c1 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.86 2001/02/13 12:49:07 is Exp $ +# $NetBSD: Makefile,v 1.87 2001/02/17 17:50:09 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= Secure shell client and server (remote login program) CONFLICTS= openssh-[0-9]* ssh6-[0-9]* diff --git a/security/ssh/pkg/COMMENT b/security/ssh/pkg/COMMENT deleted file mode 100644 index 9432614680e..00000000000 --- a/security/ssh/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Secure shell client and server (remote login program) |