diff options
author | wiz <wiz@pkgsrc.org> | 2002-03-14 12:35:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-03-14 12:35:59 +0000 |
commit | 837ac02891b0e254d7e154ea598c0e93174f29b9 (patch) | |
tree | 32c4abb71bc1d981a880cd152b85cbb9db73a524 /security | |
parent | 180d1b814a540dce0f92d765d98ca6a2f2ac8a54 (diff) | |
download | pkgsrc-837ac02891b0e254d7e154ea598c0e93174f29b9.tar.gz |
Shorten comment.
Diffstat (limited to 'security')
-rw-r--r-- | security/pgp5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index b8c50b58695..c632c049d3d 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/09/27 23:18:40 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2002/03/14 12:35:59 wiz Exp $ # DISTNAME= pgp50i-unix-src @@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.pgpi.com/pub/pgp/5.0/unix/ \ MAINTAINER= mjl@netbsd.org HOMEPAGE= http://www.pgpi.com/ -COMMENT= New, international, Public-Key encryption and digital signature utility +COMMENT= Public-Key encryption and digital signature utility BUILD_DEPENDS= perl>=${PERL5_REQD}:../../lang/perl5 |