diff options
author | taca <taca@pkgsrc.org> | 2013-08-06 01:30:04 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-08-06 01:30:04 +0000 |
commit | 12a737648993a50d2809a867ab1ae5c04e9c6624 (patch) | |
tree | f5789895bb223a30ea2aa3cc8785e38007db624e /security | |
parent | 79a66d7f1a55bf858e4ccb883b9d9c05d1a4c4e4 (diff) | |
download | pkgsrc-12a737648993a50d2809a867ab1ae5c04e9c6624.tar.gz |
Make sure to set correct PKGNAME using DISTNAME.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-DES/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile index 7a25a66f44c..6203a12c2d6 100644 --- a/security/p5-Crypt-DES/Makefile +++ b/security/p5-Crypt-DES/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2013/07/25 13:47:31 wen Exp $ +# $NetBSD: Makefile,v 1.22 2013/08/06 01:30:04 taca Exp $ # DISTNAME= Crypt-DES-2.07 -PKGNAME= p5-Crypt-DES-2.05 +PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5des CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} |