summaryrefslogtreecommitdiff
path: root/databases/p5-DBICx-Deploy
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-09-29 12:19:48 +0000
committerobache <obache@pkgsrc.org>2011-09-29 12:19:48 +0000
commitf066f4e75174c6a1f9c37bf134e1b1c03ffd2cc6 (patch)
tree5c8f820fa00dcb468e219911ade4dd252a4d80da /databases/p5-DBICx-Deploy
parentfa50b59f35772e240d9bfd6a751326845955145e (diff)
downloadpkgsrc-f066f4e75174c6a1f9c37bf134e1b1c03ffd2cc6.tar.gz
Fixes shebang for bin/dbicdeploy
Diffstat (limited to 'databases/p5-DBICx-Deploy')
-rw-r--r--databases/p5-DBICx-Deploy/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/p5-DBICx-Deploy/Makefile b/databases/p5-DBICx-Deploy/Makefile
index 7afc09a2849..4be538c44a7 100644
--- a/databases/p5-DBICx-Deploy/Makefile
+++ b/databases/p5-DBICx-Deploy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2011/08/06 20:32:13 adam Exp $
+# $NetBSD: Makefile,v 1.6 2011/09/29 12:19:48 obache Exp $
DISTNAME= DBICx-Deploy-0.02
PKGNAME= p5-${DISTNAME}
@@ -19,5 +19,7 @@ BUILD_DEPENDS+= p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite
DEPENDS+= p5-DBIx-Class-[0-9]*:../../databases/p5-DBIx-Class
DEPENDS+= p5-SQL-Translator-[0-9]*:../../databases/p5-SQL-Translator
+REPLACE_PERL+= bin/dbicdeploy
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"