diff options
author | sno <sno@pkgsrc.org> | 2009-06-14 22:44:54 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-06-14 22:44:54 +0000 |
commit | 58d5839e7b6cac9b51c53f62f839cf43f25dd73a (patch) | |
tree | f75f0c92cc40f1420fd963d46975832a1156f332 | |
parent | 4b47c6399de809ebef269f8b04ba80bcdea12950 (diff) | |
download | pkgsrc-58d5839e7b6cac9b51c53f62f839cf43f25dd73a.tar.gz |
do not need to bump PKGREVISION when not imported
-rw-r--r-- | databases/p5-Template-DBI/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/p5-Template-DBI/Makefile b/databases/p5-Template-DBI/Makefile index 58416e31ac7..04b06a840b5 100644 --- a/databases/p5-Template-DBI/Makefile +++ b/databases/p5-Template-DBI/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/06/14 22:42:57 sno Exp $ +# $NetBSD: Makefile,v 1.2 2009/06/14 22:44:54 sno Exp $ # DISTNAME= Template-DBI-2.64 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/} |