diff options
author | wiz <wiz@pkgsrc.org> | 1999-12-28 04:54:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 1999-12-28 04:54:34 +0000 |
commit | 5f7a4ca6c7d2f74c4ff755e91f1fb170900e8c97 (patch) | |
tree | 5fc52d813356c6989dda09d29c97586fc53e2525 /databases | |
parent | 78d7354cbb95cc0191382066175fdb0dde1c7ec2 (diff) | |
download | pkgsrc-5f7a4ca6c7d2f74c4ff755e91f1fb170900e8c97.tar.gz |
better PKGNAME generation from DISTNAME
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-perl-ldap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/p5-perl-ldap/Makefile b/databases/p5-perl-ldap/Makefile index 1e0b18c67a1..31e8ccba79f 100644 --- a/databases/p5-perl-ldap/Makefile +++ b/databases/p5-perl-ldap/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/12/03 09:35:57 rh Exp $ +# $NetBSD: Makefile,v 1.2 1999/12/28 04:54:34 wiz Exp $ # -PKGNAME= p5-perl-ldap-0.13 -DISTNAME!= echo ${PKGNAME} | sed -e 's/^p5-//' +DISTNAME= perl-ldap-0.13 +PKGNAME= ${DISTNAME:S/^/p5-/} CATEGORIES= databases net devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/} |