diff options
author | wiz <wiz@pkgsrc.org> | 2004-05-07 07:43:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-05-07 07:43:31 +0000 |
commit | cc67db08edf9ab3d763a2f5de444b1f0bba09ecc (patch) | |
tree | c2fbf4a4396694e2424a801072aa45b13beed4c7 /security/ssldump | |
parent | cfa2ecd7561d4e4af6f4e214fe1f395819e630d5 (diff) | |
download | pkgsrc-cc67db08edf9ab3d763a2f5de444b1f0bba09ecc.tar.gz |
Fix typo in COMMENT, from diro at nixsys bz in PR 25483.
Diffstat (limited to 'security/ssldump')
-rw-r--r-- | security/ssldump/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssldump/Makefile b/security/ssldump/Makefile index 23717cfd106..299d98be5d2 100644 --- a/security/ssldump/Makefile +++ b/security/ssldump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/04/25 03:27:41 snj Exp $ +# $NetBSD: Makefile,v 1.10 2004/05/07 07:43:31 wiz Exp $ # DISTNAME= ssldump-0.9b3 @@ -8,7 +8,7 @@ MASTER_SITES= http://www.rtfm.com/ssldump/ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://www.rtfm.com/ssldump/ -COMMENT= SLv3/TLS network protocol analyzer +COMMENT= SSLv3/TLS network protocol analyzer GNU_CONFIGURE= YES USE_BUILDLINK3= YES |