aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class
diff options
context:
space:
mode:
authorLars Balker Rasmussen <lbr@FreeBSD.org>2009-04-08 12:53:14 +0000
committerLars Balker Rasmussen <lbr@FreeBSD.org>2009-04-08 12:53:14 +0000
commit09c6776ae81319953f1d99d86ba9bea25a94f52e (patch)
treeb72fabf4c524cc22b0a905f2cf5e758f1511f130 /databases/p5-DBIx-Class
parentc54771ee35e2ccb9e573e00fa64751731507e00e (diff)
downloadports-09c6776ae81319953f1d99d86ba9bea25a94f52e.tar.gz
ports-09c6776ae81319953f1d99d86ba9bea25a94f52e.zip
Notes
Diffstat (limited to 'databases/p5-DBIx-Class')
-rw-r--r--databases/p5-DBIx-Class/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-DBIx-Class/Makefile b/databases/p5-DBIx-Class/Makefile
index 3ca3b008fd66..3a2eea32a7fc 100644
--- a/databases/p5-DBIx-Class/Makefile
+++ b/databases/p5-DBIx-Class/Makefile
@@ -105,6 +105,6 @@ MAN3= DBIx::Class.3 \
SQL::Translator::Producer::DBIx::Class::File.3
post-extract:
- @${PERL} -i.bak -ne 'print unless /^test_requires/' ${WRKSRC}/Makefile.PL
+ @${PERL} -i.bak -ne 'print unless /^(test_requires|auto_install)/' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>