summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2013-08-06 01:30:04 +0000
committertaca <taca>2013-08-06 01:30:04 +0000
commita83b91028103d29fc0ce0605bd172df51b126847 (patch)
treef5789895bb223a30ea2aa3cc8785e38007db624e
parent7f16cd51982fa72e5cd09fd53b936be79205e5b9 (diff)
downloadpkgsrc-a83b91028103d29fc0ce0605bd172df51b126847.tar.gz
Make sure to set correct PKGNAME using DISTNAME.
-rw-r--r--security/p5-Crypt-DES/Makefile4
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/}