diff options
author | heinz <heinz@pkgsrc.org> | 2003-10-07 23:57:20 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2003-10-07 23:57:20 +0000 |
commit | e3213588eeeb9167a07ada3dedb272ae4643c346 (patch) | |
tree | a56729d376b13a89fce7921523ba5ca3e95c2b48 /databases | |
parent | 836e3cab2db36dbfcc0a54004f552112fa70d346 (diff) | |
download | pkgsrc-e3213588eeeb9167a07ada3dedb272ae4643c346.tar.gz |
Provide a better package name for Solaris
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DB_File/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/p5-DB_File/Makefile b/databases/p5-DB_File/Makefile index 86c1879a099..32c857515cc 100644 --- a/databases/p5-DB_File/Makefile +++ b/databases/p5-DB_File/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2003/07/21 16:39:10 martti Exp $ +# $NetBSD: Makefile,v 1.5 2003/10/07 23:57:20 heinz Exp $ DISTNAME= DB_File-1.806 PKGNAME= p5-${DISTNAME} +SVR$_PKGNAME= p5dbfi CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DB_File/} |