diff options
author | wiz <wiz@pkgsrc.org> | 1999-12-28 12:49:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 1999-12-28 12:49:56 +0000 |
commit | e133ff32498a6534b369bed52113580a2aa0ec47 (patch) | |
tree | e9c511c62cea65cdfbd41c7d494034b7a3b7e4ee /databases/p5-perl-ldap | |
parent | e05cef2dbcc5467e43709ab471837fe7e912a092 (diff) | |
download | pkgsrc-e133ff32498a6534b369bed52113580a2aa0ec47.tar.gz |
changed PKGNAME to p5-${DISTNAME}
Diffstat (limited to 'databases/p5-perl-ldap')
-rw-r--r-- | databases/p5-perl-ldap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-perl-ldap/Makefile b/databases/p5-perl-ldap/Makefile index 31e8ccba79f..11edd7a09d4 100644 --- a/databases/p5-perl-ldap/Makefile +++ b/databases/p5-perl-ldap/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 1999/12/28 04:54:34 wiz Exp $ +# $NetBSD: Makefile,v 1.3 1999/12/28 12:49:56 wiz Exp $ # DISTNAME= perl-ldap-0.13 -PKGNAME= ${DISTNAME:S/^/p5-/} +PKGNAME= p5-${DISTNAME} CATEGORIES= databases net devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/} |