diff options
author | rillig <rillig@pkgsrc.org> | 2007-10-31 12:29:33 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-10-31 12:29:33 +0000 |
commit | ece592ed4a88e0061cc39a14cedea593db3e173e (patch) | |
tree | 21cb745fc89c71bca931933780398b05c1ecb2b9 /security/pgp5 | |
parent | c31aa0c7144b0f96627df066dc722b12dd3d1c6b (diff) | |
download | pkgsrc-ece592ed4a88e0061cc39a14cedea593db3e173e.tar.gz |
Renamed the deprecated LICENCE to LICENSE, which has the exactly same
meaning.
Diffstat (limited to 'security/pgp5')
-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 292c6dc7ce0..ddc11c4b628 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2007/02/22 19:27:09 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2007/10/31 12:29:34 rillig Exp $ # DISTNAME= pgp50i-unix-src @@ -26,7 +26,7 @@ CRYPTO= YES GNU_CONFIGURE= YES # use of IDEA as crypto function -LICENCE= fee-based-commercial-use +LICENSE= fee-based-commercial-use PGPLIB= ${PREFIX}/share/pgp5 |