aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBIx-Class
diff options
context:
space:
mode:
authorlbr <lbr@FreeBSD.org>2009-04-08 20:53:14 +0800
committerlbr <lbr@FreeBSD.org>2009-04-08 20:53:14 +0800
commit0385713262ee410e2954541651cfa7bb37283196 (patch)
treeab75ddc0852e8491302be806e15789045dc42990 /databases/p5-DBIx-Class
parentdb1aca1034503d2c32bc2b7a78b666a5e8bad787 (diff)
downloadfreebsd-ports-gnome-0385713262ee410e2954541651cfa7bb37283196.tar.gz
freebsd-ports-gnome-0385713262ee410e2954541651cfa7bb37283196.tar.zst
freebsd-ports-gnome-0385713262ee410e2954541651cfa7bb37283196.zip
Kill auto_install because it could cause CPAN to configure even though we've asked it not to.
Reported by: QAT + Pointyhat Reported to: upstream tools peoples Thanks to: tobez
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>