summaryrefslogtreecommitdiff
path: root/databases/p5-DBI-Shell
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-30 16:32:29 +0000
committerjoerg <joerg>2007-08-30 16:32:29 +0000
commit00ff7af6c78bd5e4105f9c019ff3cce8bc967873 (patch)
treeb092444c934cc58ae1b5b6d211b9a144f378f735 /databases/p5-DBI-Shell
parent1c2e1423cc455f1902dc8e735e3a89b0c1e66eef (diff)
downloadpkgsrc-00ff7af6c78bd5e4105f9c019ff3cce8bc967873.tar.gz
Fix Perl reference.
Diffstat (limited to 'databases/p5-DBI-Shell')
-rw-r--r--databases/p5-DBI-Shell/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/p5-DBI-Shell/Makefile b/databases/p5-DBI-Shell/Makefile
index 35787d91c53..5160c9a189a 100644
--- a/databases/p5-DBI-Shell/Makefile
+++ b/databases/p5-DBI-Shell/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/04/06 06:21:41 reed Exp $
+# $NetBSD: Makefile,v 1.8 2007/08/30 16:32:29 joerg Exp $
#
DISTNAME= DBI-Shell-11.93
@@ -21,6 +21,8 @@ PERL5_PACKLIST= auto/DBI/Shell/.packlist
BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.37
+REPLACE_PERL+= lib/DBI/Shell/SQLMinus.pm
+
.include "../../databases/p5-DBI/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"