diff options
author | rillig <rillig@pkgsrc.org> | 2005-02-15 20:05:02 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-02-15 20:05:02 +0000 |
commit | 7d0aea02a60e43036b713d575a84cbe7aeb30337 (patch) | |
tree | 8ee5ff576ad755113fa88610cf09358ca155610f /databases | |
parent | 6262de1d713186767c9ea8f07b2e3085dabdd550 (diff) | |
download | pkgsrc-7d0aea02a60e43036b713d575a84cbe7aeb30337.tar.gz |
Replaced SVR$_PKGNAME with SVR4_PKGNAME. Approved by jlam.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DB_File/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DB_File/Makefile b/databases/p5-DB_File/Makefile index 691b63b5943..c5fad45e111 100644 --- a/databases/p5-DB_File/Makefile +++ b/databases/p5-DB_File/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2004/12/20 11:30:57 grant Exp $ +# $NetBSD: Makefile,v 1.13 2005/02/15 20:05:02 rillig Exp $ DISTNAME= DB_File-1.806 PKGNAME= p5-${DISTNAME} -SVR$_PKGNAME= p5dbfi +SVR4_PKGNAME= p5dbfi PKGREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DB_File/} |